PPP, PPPoS, now using MEMCPY here, add #include <string.h>

This commit is contained in:
Sylvain Rochet 2015-03-11 09:29:44 +01:00
parent 77f7d99048
commit 121de4ef47

View File

@ -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"