diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-08-31 13:49:03 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-08-31 13:49:03 +0000 |
| commit | 14b62f116d2b31960cbf7cb3f270af408c3261a5 (patch) | |
| tree | a5c59080a3bd53838fc6f28d20377e070bb2fd56 /sys/netinet6 | |
| parent | 255a0181159a2410ac5aa76fe58b968cc2a115b2 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/udp6_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index fd4d6f3f1cd6..0092f50d1c4a 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -67,6 +67,7 @@ #include "opt_ipsec.h" #include "opt_inet.h" +#include "opt_inet6.h" #include <sys/param.h> #include <sys/malloc.h> |
