From 6a34bc9a3edf435bc67e81755b65acb6786c98b3 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sat, 22 Oct 1994 11:54:04 +0000 Subject: [PATCH] some extra includes (string.h and stdlib.h) --- pppd/auth.c | 3 ++- pppd/chap.c | 3 ++- pppd/fsm.c | 3 ++- pppd/ipcp.c | 3 ++- pppd/upap.c | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) 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 -- 2.39.2