From: Paul Mackerras Date: Sat, 22 Oct 1994 11:54:04 +0000 (+0000) Subject: some extra includes (string.h and stdlib.h) X-Git-Tag: RELEASE_2_3_6~833 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=6a34bc9a3edf435bc67e81755b65acb6786c98b3 some extra includes (string.h and stdlib.h) --- diff --git a/pppd/auth.c b/pppd/auth.c index 85ea8db..61a1b72 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,11 +33,12 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.10 1994/09/21 06:47:37 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.11 1994/10/22 11:54:04 paulus Exp $"; #endif #include #include +#include #include #include #include diff --git a/pppd/chap.c b/pppd/chap.c index c11d541..b7a95cc 100644 --- a/pppd/chap.c +++ b/pppd/chap.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap.c,v 1.4 1994/09/21 06:47:37 paulus Exp $"; +static char rcsid[] = "$Id: chap.c,v 1.5 1994/10/22 11:54:04 paulus Exp $"; #endif /* @@ -27,6 +27,7 @@ static char rcsid[] = "$Id: chap.c,v 1.4 1994/09/21 06:47:37 paulus Exp $"; */ #include +#include #include #include #include diff --git a/pppd/fsm.c b/pppd/fsm.c index a11922a..426e86d 100644 --- a/pppd/fsm.c +++ b/pppd/fsm.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: fsm.c,v 1.5 1994/09/21 06:47:37 paulus Exp $"; +static char rcsid[] = "$Id: fsm.c,v 1.6 1994/10/22 11:54:04 paulus Exp $"; #endif /* @@ -28,6 +28,7 @@ static char rcsid[] = "$Id: fsm.c,v 1.5 1994/09/21 06:47:37 paulus Exp $"; */ #include +#include #include #include diff --git a/pppd/ipcp.c b/pppd/ipcp.c index 2735e50..f202579 100644 --- a/pppd/ipcp.c +++ b/pppd/ipcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ipcp.c,v 1.12 1994/10/10 01:59:17 paulus Exp $"; +static char rcsid[] = "$Id: ipcp.c,v 1.13 1994/10/22 11:54:04 paulus Exp $"; #endif /* @@ -30,6 +30,7 @@ static char rcsid[] = "$Id: ipcp.c,v 1.12 1994/10/10 01:59:17 paulus Exp $"; #include #include #include +#include #include "pppd.h" #include "fsm.h" diff --git a/pppd/upap.c b/pppd/upap.c index 4128866..d5ad3ee 100644 --- a/pppd/upap.c +++ b/pppd/upap.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: upap.c,v 1.3 1994/09/21 06:47:37 paulus Exp $"; +static char rcsid[] = "$Id: upap.c,v 1.4 1994/10/22 11:54:04 paulus Exp $"; #endif /* @@ -26,6 +26,7 @@ static char rcsid[] = "$Id: upap.c,v 1.3 1994/09/21 06:47:37 paulus Exp $"; */ #include +#include #include #include #include