diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-05-17 00:44:54 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-05-17 00:44:54 +0000 |
| commit | 5bc74cd68fec1c862dfe6b5ef358badb2a8ee1c0 (patch) | |
| tree | e63652fe78aef41c259e67078be5b86db39054c8 /usr.sbin/ppp | |
| parent | 9727e2df7a7a0bf50ca21121d0b7ea982105bd8a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -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 bc5a499ac2ca..908d427e4fca 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> |
