mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Add missing #include in netdb.c for atoi()
This commit is contained in:
parent
0ffaccaec3
commit
3a20ae3830
@ -46,7 +46,8 @@
|
|||||||
#include "lwip/api.h"
|
#include "lwip/api.h"
|
||||||
#include "lwip/dns.h"
|
#include "lwip/dns.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h> /* memset */
|
||||||
|
#include <stdlib.h> /* atoi */
|
||||||
|
|
||||||
/** helper struct for gethostbyname_r to access the char* buffer */
|
/** helper struct for gethostbyname_r to access the char* buffer */
|
||||||
struct gethostbyname_r_helper {
|
struct gethostbyname_r_helper {
|
||||||
|
Loading…
Reference in New Issue
Block a user