macvlan: include net/ethernet.h instead of netinet/ether.h (more portable)
[project/netifd.git] / macvlan.c
index bf81340..f42f3e5 100644 (file)
--- a/macvlan.c
+++ b/macvlan.c
@@ -17,7 +17,7 @@
 #include <stdio.h>
 #include <assert.h>
 #include <errno.h>
-#include <netinet/ether.h>
+#include <net/ethernet.h>
 
 #include "netifd.h"
 #include "device.h"