summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2005-11-20 16:17:12 +0000
committerandre <andre@FreeBSD.org>2005-11-20 16:17:12 +0000
commitfcbebc5c9cef69c18f4ffc5f05ccd932d010ac05 (patch)
treea37b42a4fdf5b457c25da95a34d108a6d2041113 /sys
parent5379f800ab570fd57d80ff811f87decf4c0572a4 (diff)
downloadFreeBSD-src-fcbebc5c9cef69c18f4ffc5f05ccd932d010ac05.zip
FreeBSD-src-fcbebc5c9cef69c18f4ffc5f05ccd932d010ac05.tar.gz
Include ip_options.h for IPX-IP encapsulation.
Noticed by: Tinderbox Sponsored by: TCP/IP Optimization Fundraise 2005
Diffstat (limited to 'sys')
-rw-r--r--sys/netipx/ipx_ip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index e88b923..d9551ce 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
#include <netinet/in_var.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
+#include <netinet/ip_options.h>
#include <netipx/ipx.h>
#include <netipx/ipx_if.h>
OpenPOWER on IntegriCloud