mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-04 21:39:49 +00:00
Dependencies on C library memset() etc., so include <string.h>.
This commit is contained in:
parent
c222d8b672
commit
45e36d9f56
@ -49,6 +49,8 @@
|
|||||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "ppp.h"
|
#include "ppp.h"
|
||||||
#if PPP_SUPPORT > 0
|
#if PPP_SUPPORT > 0
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
|
@ -49,6 +49,9 @@
|
|||||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "ppp.h"
|
#include "ppp.h"
|
||||||
#if PPP_SUPPORT > 0
|
#if PPP_SUPPORT > 0
|
||||||
#include "fsm.h"
|
#include "fsm.h"
|
||||||
|
@ -78,6 +78,9 @@
|
|||||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "ppp.h"
|
#include "ppp.h"
|
||||||
#if PPP_SUPPORT > 0
|
#if PPP_SUPPORT > 0
|
||||||
#include "randm.h"
|
#include "randm.h"
|
||||||
|
@ -28,11 +28,12 @@
|
|||||||
* for a 16 bit processor.
|
* for a 16 bit processor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "ppp.h"
|
#include "ppp.h"
|
||||||
#include "vj.h"
|
#include "vj.h"
|
||||||
#include "pppdebug.h"
|
#include "pppdebug.h"
|
||||||
|
|
||||||
|
|
||||||
#if VJ_SUPPORT > 0
|
#if VJ_SUPPORT > 0
|
||||||
|
|
||||||
#if LINK_STATS
|
#if LINK_STATS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user