mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Added <string.h> header to ppp_impl.h, this appears to be required, found out by Ivan Delamer.
This commit is contained in:
parent
1ddebcc862
commit
98c0fcc659
@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
#include <stdio.h> /* formats */
|
#include <stdio.h> /* formats */
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "lwip/netif.h"
|
#include "lwip/netif.h"
|
||||||
#include "lwip/def.h"
|
#include "lwip/def.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user