]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap_ms.c
add include stdlib.h
[ppp.git] / pppd / chap_ms.c
index ae8ab1d461660fdaca14281d9b4a27d43ba924f6..763693753e3a1d00a358088c7f86779e082534f4 100644 (file)
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: chap_ms.c,v 1.7 1998/03/25 03:08:14 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>
 #include <sys/time.h>
 #include <syslog.h>
 #include <unistd.h>
-#ifdef USE_CRYPT
+#ifdef HAVE_CRYPT_H
 #include <crypt.h>
 #endif