summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-05-17 00:44:54 +0000
committerbrian <brian@FreeBSD.org>2002-05-17 00:44:54 +0000
commit3c3efb7e1988761721dc0888e970470a6e3d78f1 (patch)
treee63652fe78aef41c259e67078be5b86db39054c8 /usr.sbin/ppp
parentedc5f920649c94fb9d2ba617ede52d57de2037ba (diff)
downloadFreeBSD-src-3c3efb7e1988761721dc0888e970470a6e3d78f1.zip
FreeBSD-src-3c3efb7e1988761721dc0888e970470a6e3d78f1.tar.gz
Put back <string.h>
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/mppe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c
index bc5a499..908d427 100644
--- a/usr.sbin/ppp/mppe.c
+++ b/usr.sbin/ppp/mppe.c
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <termios.h>
#include <openssl/rc4.h>
OpenPOWER on IntegriCloud