mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 17:28:02 +00:00
Add missing #include in httpd.c for atoi()
This commit is contained in:
parent
e94c9ffa70
commit
0ffaccaec3
@ -98,7 +98,8 @@
|
||||
#include "lwip/ip.h"
|
||||
#include "lwip/tcp.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <string.h> /* memset */
|
||||
#include <stdlib.h> /* atoi */
|
||||
#include <stdio.h>
|
||||
|
||||
#if LWIP_TCP
|
||||
|
Loading…
Reference in New Issue
Block a user