diff options
author | bz <bz@FreeBSD.org> | 2009-06-23 17:03:45 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-06-23 17:03:45 +0000 |
commit | 0808d0b1a67c8f05c240f53f38787bd0ab1209dd (patch) | |
tree | bbb7032d3da584405021ac822bdb322cdd2a2383 /sys/netinet/tcp_hostcache.c | |
parent | 8e1cbed76d7a2bbbe76e21c57481a8bd5907a4af (diff) | |
download | FreeBSD-src-0808d0b1a67c8f05c240f53f38787bd0ab1209dd.zip FreeBSD-src-0808d0b1a67c8f05c240f53f38787bd0ab1209dd.tar.gz |
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
a lot of files no longer need route.h either. Garbage collect them.
While here remove now unneeded vnet.h #includes as well.
Diffstat (limited to 'sys/netinet/tcp_hostcache.c')
-rw-r--r-- | sys/netinet/tcp_hostcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index e04499d..cdd8c36 100644 --- a/sys/netinet/tcp_hostcache.c +++ b/sys/netinet/tcp_hostcache.c @@ -79,6 +79,7 @@ __FBSDID("$FreeBSD$"); #include <sys/vimage.h> #include <net/if.h> +#include <net/route.h> #include <netinet/in.h> #include <netinet/in_systm.h> |