diff options
author | brian <brian@FreeBSD.org> | 2002-05-17 00:44:54 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-05-17 00:44:54 +0000 |
commit | 3c3efb7e1988761721dc0888e970470a6e3d78f1 (patch) | |
tree | e63652fe78aef41c259e67078be5b86db39054c8 /usr.sbin | |
parent | edc5f920649c94fb9d2ba617ede52d57de2037ba (diff) | |
download | FreeBSD-src-3c3efb7e1988761721dc0888e970470a6e3d78f1.zip FreeBSD-src-3c3efb7e1988761721dc0888e970470a6e3d78f1.tar.gz |
Put back <string.h>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/mppe.c | 1 |
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> |