]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap_ms.c
add include stdlib.h
[ppp.git] / 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>