From: Christos Zoulas Date: Fri, 4 Sep 1998 18:48:12 +0000 (+0000) Subject: add include stdlib.h X-Git-Tag: RELEASE_2_3_6~52 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=6328c849379a86d43f251a1786cc9dece49e53be add include stdlib.h --- 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