]> git.ozlabs.org Git - ppp.git/commitdiff
add include stdlib.h
authorChristos Zoulas <christos@zoulas.com>
Fri, 4 Sep 1998 18:48:12 +0000 (18:48 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 4 Sep 1998 18:48:12 +0000 (18:48 +0000)
pppd/chap_ms.c

index 7ae8e4229e1d8747beabbd9ee9abb32a927ffd96..763693753e3a1d00a358088c7f86779e082534f4 100644 (file)
  */
 
 #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 <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 #include <sys/types.h>