projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3392046
)
interface-ip: fix build on non-linux systems
author
Felix Fietkau
<nbd@nbd.name>
Thu, 4 Jun 2020 11:27:05 +0000
(13:27 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 4 Jun 2020 11:27:05 +0000
(13:27 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
interface-ip.c
patch
|
blob
|
history
diff --git
a/interface-ip.c
b/interface-ip.c
index ff8f2193e33d627d36cb1c5ae24360fc3e064674..2e46f142452212ffa54a23751600178394bb9abc 100644
(file)
--- a/
interface-ip.c
+++ b/
interface-ip.c
@@
-24,6
+24,8
@@
#ifdef linux
#include <netinet/ether.h>
+#else
+#include <net/ethernet.h>
#endif
#include "netifd.h"