Added missing header.
authorFlorian Pose <fp@igh-essen.com>
Mon, 25 Oct 2010 16:33:41 +0200
changeset 1974 a5a44aa5915d
parent 1973 4d6774893746
child 1975 8e173dddd183
Added missing header.
master/ethernet.h
--- a/master/ethernet.h	Mon Oct 25 16:30:45 2010 +0200
+++ b/master/ethernet.h	Mon Oct 25 16:33:41 2010 +0200
@@ -39,6 +39,7 @@
 
 #include <linux/list.h>
 #include <linux/netdevice.h>
+#include <linux/semaphore.h>
 
 #include "globals.h"
 #include "slave.h"