aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-11-27 17:36:39 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-11-27 17:36:39 +0000
commit38e04732fc1665c6ff0a76591d39953e1846ae38 (patch)
treeaaaa7916ecfa252088801409b7036b42cf5fdf89 /sys/netinet/in_pcb.h
parentc47d61ce4ecab5e5161d1ab2168419ba2c58af62 (diff)
downloadsrc-38e04732fc1665c6ff0a76591d39953e1846ae38.tar.gz
src-38e04732fc1665c6ff0a76591d39953e1846ae38.zip
Add include of net/route.h, as structures moved around due to the
syncache rely on 'struct route' being defined. This fixes the LINT build some.
Notes
Notes: svn path=/head/; revision=86991
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index eb1ac3dd93a1..d43dca279a9b 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -39,6 +39,7 @@
#include <sys/queue.h>
+#include <net/route.h>
#include <netinet6/ipsec.h> /* for IPSEC */
#define in6pcb inpcb /* for KAME src sync over BSD*'s */