diff options
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> |