mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
added <stdlib.h> to ppp_impl.h, some PPP modules are using strtol()
This commit is contained in:
parent
98c0fcc659
commit
0d02b8d1f6
@ -40,6 +40,7 @@
|
||||
#include <stdio.h> /* formats */
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h> /* strtol() */
|
||||
|
||||
#include "lwip/netif.h"
|
||||
#include "lwip/def.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user