summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pfinet/pfinet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h
index d2e2a606..15274f31 100644
--- a/pfinet/pfinet.h
+++ b/pfinet/pfinet.h
@@ -18,4 +18,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
-device_t master_device;
+#include <device/device.h>
+
+extern device_t master_device;