fix compilation with GCC 4.6 on Linux
[project/netifd.git] / device.c
index 7307414..8bc8b53 100644 (file)
--- a/device.c
+++ b/device.c
@@ -6,6 +6,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <net/ethernet.h>
+#include <netinet/ether.h>
 
 #include "netifd.h"
 #include "system.h"