bug #27267: Added include to string.h where needed

This commit is contained in:
goldsimon 2009-08-23 11:24:51 +00:00
parent 4d49d952b6
commit 0e91e2adf2
7 changed files with 13 additions and 0 deletions

View File

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

View File

@ -82,6 +82,8 @@
#include "cbcp.h" #include "cbcp.h"
#endif /* CBCP_SUPPORT */ #endif /* CBCP_SUPPORT */
#include <string.h>
/*************************/ /*************************/
/*** LOCAL DEFINITIONS ***/ /*** LOCAL DEFINITIONS ***/
/*************************/ /*************************/

View File

@ -82,6 +82,7 @@
#include "chap.h" #include "chap.h"
#include "chpms.h" #include "chpms.h"
#include <string.h>
/*************************/ /*************************/
/*** LOCAL DEFINITIONS ***/ /*** LOCAL DEFINITIONS ***/

View File

@ -64,6 +64,8 @@
#include "fsm.h" #include "fsm.h"
#include <string.h>
/*************************/ /*************************/
/*** LOCAL DEFINITIONS ***/ /*** LOCAL DEFINITIONS ***/

View File

@ -42,6 +42,8 @@
#include "md5.h" #include "md5.h"
#include <string.h>
/* /*
*********************************************************************** ***********************************************************************
** Message-digest routines: ** ** Message-digest routines: **

View File

@ -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 ***/
/***********************************/ /***********************************/

View File

@ -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. */