diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-02-27 14:12:05 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-02-27 14:12:05 +0000 |
| commit | 33553d6e997f102da7a5f27d534b3ee57beb0a87 (patch) | |
| tree | 5eda124dfca0f61a8005b2cb09ebb3f08ba9fffc /sys/netinet | |
| parent | e4c38888b7fdbe0b9d9524637b8a3dcfecacad2f (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/if_ether.c | 1 | ||||
| -rw-r--r-- | sys/netinet/igmp.c | 1 | ||||
| -rw-r--r-- | sys/netinet/in_mcast.c | 2 | ||||
| -rw-r--r-- | sys/netinet/in_proto.c | 1 | ||||
| -rw-r--r-- | sys/netinet/in_rmx.c | 2 | ||||
| -rw-r--r-- | sys/netinet/ip_fw2.c | 1 | ||||
| -rw-r--r-- | sys/netinet/ip_input.c | 1 | ||||
| -rw-r--r-- | sys/netinet/ip_output.c | 1 | ||||
| -rw-r--r-- | sys/netinet/raw_ip.c | 1 | ||||
| -rw-r--r-- | sys/netinet/sctp_os_bsd.h | 1 |
10 files changed, 12 insertions, 0 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 4e7086aa35a8..385212c066b9 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" +#include "opt_route.h" #include "opt_mac.h" #include "opt_carp.h" diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index 3dacdcd9bc7f..95e56b21bf2b 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include "opt_mac.h" +#include "opt_route.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/in_mcast.c b/sys/netinet/in_mcast.c index 6f5dfe124b63..c43b328d4135 100644 --- a/sys/netinet/in_mcast.c +++ b/sys/netinet/in_mcast.c @@ -39,6 +39,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_route.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index f3fbe0c20e57..8957c3dec847 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include "opt_mrouting.h" #include "opt_ipsec.h" #include "opt_inet6.h" +#include "opt_route.h" #include "opt_pf.h" #include "opt_carp.h" #include "opt_sctp.h" diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index fcb9c62dcd1e..fd2b05504813 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -43,6 +43,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_route.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 618f5f745601..f7608ac7dd87 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include "opt_ipsec.h" #include "opt_mac.h" +#include "opt_route.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 4a169ff2cecf..dcf282528ea3 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include "opt_ipfw.h" #include "opt_ipstealth.h" #include "opt_ipsec.h" +#include "opt_route.h" #include "opt_mac.h" #include "opt_carp.h" diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 7ea8d7deca41..1c98546a81f5 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include "opt_ipfw.h" #include "opt_inet.h" #include "opt_ipsec.h" +#include "opt_route.h" #include "opt_mac.h" #include "opt_mbuf_stress_test.h" #include "opt_mpath.h" diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 27f4b9ca179e..8eb20cce14ab 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include "opt_ipsec.h" +#include "opt_route.h" #include "opt_mac.h" #include <sys/param.h> diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index fcaf7157de21..468fcce14637 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include "opt_compat.h" #include "opt_inet6.h" #include "opt_inet.h" +#include "opt_route.h" #include "opt_sctp.h" #include <sys/param.h> |
