diff options
author | andre <andre@FreeBSD.org> | 2005-11-20 16:17:12 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2005-11-20 16:17:12 +0000 |
commit | fcbebc5c9cef69c18f4ffc5f05ccd932d010ac05 (patch) | |
tree | a37b42a4fdf5b457c25da95a34d108a6d2041113 /sys/netipx | |
parent | 5379f800ab570fd57d80ff811f87decf4c0572a4 (diff) | |
download | FreeBSD-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/netipx')
-rw-r--r-- | sys/netipx/ipx_ip.c | 1 |
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> |