diff --git a/src/api/netdb.c b/src/api/netdb.c index ac1d8c79..ccd9586f 100644 --- a/src/api/netdb.c +++ b/src/api/netdb.c @@ -46,7 +46,8 @@ #include "lwip/api.h" #include "lwip/dns.h" -#include +#include /* memset */ +#include /* atoi */ /** helper struct for gethostbyname_r to access the char* buffer */ struct gethostbyname_r_helper {