From 15c26472e9ff09b4bdb3b0ec04a762a3805120ee Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Oct 2013 15:47:43 +0200 Subject: [PATCH] macvlan: turns out netinet/ether.h is needed on some linux systems Signed-off-by: Felix Fietkau --- macvlan.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macvlan.c b/macvlan.c index f42f3e5..28567dc 100644 --- a/macvlan.c +++ b/macvlan.c @@ -19,6 +19,10 @@ #include #include +#ifdef linux +#include +#endif + #include "netifd.h" #include "device.h" #include "interface.h" -- 2.11.0