From 7a3cfc37189aab8991cfaa7986f221d61127599d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 4 Oct 2013 16:08:01 +0200 Subject: [PATCH] macvlan: include net/ethernet.h instead of netinet/ether.h (more portable) Signed-off-by: Felix Fietkau --- macvlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macvlan.c b/macvlan.c index bf81340..f42f3e5 100644 --- a/macvlan.c +++ b/macvlan.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "netifd.h" #include "device.h" -- 2.11.0