]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on Linux.
authorRoy Marples <roy@marples.name>
Fri, 25 Apr 2014 11:53:14 +0000 (11:53 +0000)
committerRoy Marples <roy@marples.name>
Fri, 25 Apr 2014 11:53:14 +0000 (11:53 +0000)
if-linux.c

index 178f6cc667b15876070b36d6d8ac6886f1bc861e..7fe227f641828858c3b798331667fc73620ca85a 100644 (file)
@@ -39,7 +39,7 @@
 
 #include <arpa/inet.h>
 #include <net/if.h>
-#include <net/if_ether.h>
+#include <netinet/if_ether.h>
 #include <netinet/in_systm.h>
 #include <netinet/in.h>
 #include <net/route.h>