diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-04 16:08:01 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-04 16:08:01 +0200 |
commit | 7a3cfc37189aab8991cfaa7986f221d61127599d (patch) | |
tree | 8ee33a679d3b5f3f7f93f36f350e55dac7ba5222 | |
parent | 5dd87fd8ad3a42c71d90a8fecc893af973e552bf (diff) |
macvlan: include net/ethernet.h instead of netinet/ether.h (more portable)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r-- | macvlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |