]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap.c
some extra includes (string.h and stdlib.h)
[ppp.git] / pppd / chap.c
index c11d5416a0d5deedbb8227caa2a457da4bedd743..b7a95cc2b04517d3a3f0792407ed8df162c339f8 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.4 1994/09/21 06:47:37 paulus Exp $";
+static char rcsid[] = "$Id: chap.c,v 1.5 1994/10/22 11:54:04 paulus Exp $";
 #endif
 
 /*
@@ -27,6 +27,7 @@ static char rcsid[] = "$Id: chap.c,v 1.4 1994/09/21 06:47:37 paulus Exp $";
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <syslog.h>