From 6328c849379a86d43f251a1786cc9dece49e53be Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 4 Sep 1998 18:48:12 +0000 Subject: [PATCH] add include stdlib.h --- pppd/chap_ms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c index 7ae8e42..7636937 100644 --- a/pppd/chap_ms.c +++ b/pppd/chap_ms.c @@ -32,12 +32,13 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap_ms.c,v 1.8 1998/04/01 00:15:43 paulus Exp $"; +static char rcsid[] = "$Id: chap_ms.c,v 1.9 1998/09/04 18:48:12 christos Exp $"; #endif #ifdef CHAPMS #include +#include #include #include #include -- 2.39.2