summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-03-31 01:36:08 +0000
committerbrian <brian@FreeBSD.org>2002-03-31 01:36:08 +0000
commit05e0b92acd9a91a1a8309ecaf1e6542a9ac1cda6 (patch)
tree6f09781c612dab6534096ea11aeced2caab72b98 /usr.sbin
parent3778bbd36ef9d79b54931bf2db445bd0ba1922c6 (diff)
downloadFreeBSD-src-05e0b92acd9a91a1a8309ecaf1e6542a9ac1cda6.zip
FreeBSD-src-05e0b92acd9a91a1a8309ecaf1e6542a9ac1cda6.tar.gz
Include arpa/inet.h
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/mppe.c2
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>
OpenPOWER on IntegriCloud