summaryrefslogtreecommitdiff
path: root/macvlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'macvlan.c')
-rw-r--r--macvlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macvlan.c b/macvlan.c
index bf81340..f42f3e5 100644
--- 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"