mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 21:32:46 +00:00
bug #27267: Added include to string.h where needed
This commit is contained in:
parent
4d49d952b6
commit
0e91e2adf2
@ -25,6 +25,9 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2009-08-23 Simon Goldschmidt
|
||||||
|
* many ppp files: bug #27267: Added include to string.h where needed
|
||||||
|
|
||||||
2009-08-23 Simon Goldschmidt
|
2009-08-23 Simon Goldschmidt
|
||||||
* tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
|
* tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
|
||||||
|
|
||||||
|
@ -82,6 +82,8 @@
|
|||||||
#include "cbcp.h"
|
#include "cbcp.h"
|
||||||
#endif /* CBCP_SUPPORT */
|
#endif /* CBCP_SUPPORT */
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
/*** LOCAL DEFINITIONS ***/
|
/*** LOCAL DEFINITIONS ***/
|
||||||
/*************************/
|
/*************************/
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
#include "chap.h"
|
#include "chap.h"
|
||||||
#include "chpms.h"
|
#include "chpms.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
/*** LOCAL DEFINITIONS ***/
|
/*** LOCAL DEFINITIONS ***/
|
||||||
|
@ -64,6 +64,8 @@
|
|||||||
|
|
||||||
#include "fsm.h"
|
#include "fsm.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
/*** LOCAL DEFINITIONS ***/
|
/*** LOCAL DEFINITIONS ***/
|
||||||
|
@ -42,6 +42,8 @@
|
|||||||
|
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
***********************************************************************
|
***********************************************************************
|
||||||
** Message-digest routines: **
|
** Message-digest routines: **
|
||||||
|
@ -61,6 +61,8 @@
|
|||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
#include "pap.h"
|
#include "pap.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/***********************************/
|
/***********************************/
|
||||||
/*** LOCAL FUNCTION DECLARATIONS ***/
|
/*** LOCAL FUNCTION DECLARATIONS ***/
|
||||||
/***********************************/
|
/***********************************/
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
#include "ppp.h"
|
#include "ppp.h"
|
||||||
#include "pppdebug.h"
|
#include "pppdebug.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#if MD5_SUPPORT /* this module depends on MD5 */
|
#if MD5_SUPPORT /* this module depends on MD5 */
|
||||||
#define RANDPOOLSZ 16 /* Bytes stored in the pool of randomness. */
|
#define RANDPOOLSZ 16 /* Bytes stored in the pool of randomness. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user