diff options
Diffstat (limited to 'lwip/port/netif/hurdethif.c')
-rw-r--r-- | lwip/port/netif/hurdethif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lwip/port/netif/hurdethif.c b/lwip/port/netif/hurdethif.c index bcf2e4dd..4b088344 100644 --- a/lwip/port/netif/hurdethif.c +++ b/lwip/port/netif/hurdethif.c @@ -43,6 +43,8 @@ #include <lwip/snmp.h> #include <lwip/ethip6.h> #include <lwip/etharp.h> +#include <lwip/sockets.h> +#include <lwip/inet.h> /* Get the MAC address from an array of int */ #define GET_HWADDR_BYTE(x,n) (((char*)x)[n]) |