From: Felix Fietkau Date: Fri, 4 Oct 2013 14:08:01 +0000 (+0200) Subject: macvlan: include net/ethernet.h instead of netinet/ether.h (more portable) X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=7a3cfc37189aab8991cfaa7986f221d61127599d macvlan: include net/ethernet.h instead of netinet/ether.h (more portable) Signed-off-by: Felix Fietkau --- 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"