diff options
-rw-r--r-- | usr.sbin/ppp/mppe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c index 7b7275b..4b75cbf 100644 --- a/usr.sbin/ppp/mppe.c +++ b/usr.sbin/ppp/mppe.c @@ -28,6 +28,8 @@ #include <sys/types.h> +#include <arpa/inet.h> + #include <stdio.h> #include <stdlib.h> #include <string.h> |