mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
PPP, PPPoS, now using MEMCPY here, add #include <string.h>
This commit is contained in:
parent
77f7d99048
commit
121de4ef47
@ -34,6 +34,8 @@
|
||||
#include "lwip/opt.h"
|
||||
#if PPP_SUPPORT && PPPOS_SUPPORT /* don't build if not configured for use in lwipopts.h */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "lwip/err.h"
|
||||
#include "lwip/pbuf.h"
|
||||
#include "lwip/sys.h"
|
||||
|
Loading…
Reference in New Issue
Block a user