diff options
Diffstat (limited to 'networking/ether-wake.c')
-rw-r--r-- | networking/ether-wake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ether-wake.c b/networking/ether-wake.c index ed41590aa..9de0d489b 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c | |||
@@ -70,7 +70,7 @@ | |||
70 | #include <netinet/ether.h> | 70 | #include <netinet/ether.h> |
71 | #include <linux/if.h> | 71 | #include <linux/if.h> |
72 | 72 | ||
73 | #include "busybox.h" | 73 | #include "libbb.h" |
74 | 74 | ||
75 | /* Note: PF_INET, SOCK_DGRAM, IPPROTO_UDP would allow SIOCGIFHWADDR to | 75 | /* Note: PF_INET, SOCK_DGRAM, IPPROTO_UDP would allow SIOCGIFHWADDR to |
76 | * work as non-root, but we need SOCK_PACKET to specify the Ethernet | 76 | * work as non-root, but we need SOCK_PACKET to specify the Ethernet |