diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-03-31 01:36:08 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-03-31 01:36:08 +0000 |
| commit | 25f2690c3248fe216b6ce6e11e53808433daa308 (patch) | |
| tree | 6f09781c612dab6534096ea11aeced2caab72b98 /usr.sbin | |
| parent | ca19a2d68ca086d531446272900654524cf12e75 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 7b7275b13301..4b75cbf60481 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> |
