From 17f0895b4889e343835fd6bee9be8cbdcdef5a5d Mon Sep 17 00:00:00 2001 From: Joan Lledó Date: Mon, 30 Apr 2018 12:43:24 +0200 Subject: Include required sockets headers * lwip/iioctl-ops.c: Include . * lwip/lwip-util.c: Likewise. * lwip/pfinet-ops.c: Include and . * lwip/port/netif/hurdethif.c: Likewise. --- lwip/port/netif/hurdethif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lwip/port/netif/hurdethif.c') 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 #include #include +#include +#include /* Get the MAC address from an array of int */ #define GET_HWADDR_BYTE(x,n) (((char*)x)[n]) -- cgit v1.2.3