fix compilation with GCC 4.6 on Linux
[project/netifd.git] / device.c
index 7307414d737b4b9a2467d9dc966657847b60cfba..8bc8b53218c94f16156c606cbd15f5693af5b9aa 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"