diff options
author | 2011-04-03 15:51:09 +0000 | |
---|---|---|
committer | 2011-04-03 15:51:09 +0000 | |
commit | 59fa68431eefbb1f360b5a502677b10099dc84ef (patch) | |
tree | 39b7755d92e2e486bac0caf255688949e7e4cb0b /sys/netinet/ipsec_input.c | |
parent | move twe over to iopools so we can get rid of another NO_CCB user. this (diff) | |
download | wireguard-openbsd-59fa68431eefbb1f360b5a502677b10099dc84ef.tar.xz wireguard-openbsd-59fa68431eefbb1f360b5a502677b10099dc84ef.zip |
don't rely on implict net/route.h inclusion via pf, claudio ok
Diffstat (limited to 'sys/netinet/ipsec_input.c')
-rw-r--r-- | sys/netinet/ipsec_input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index 54cb2484778..1896046d44d 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.100 2011/03/05 01:53:16 bluhm Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.101 2011/04/03 15:51:09 henning Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -49,6 +49,7 @@ #include <net/if.h> #include <net/netisr.h> #include <net/bpf.h> +#include <net/route.h> #if NPF > 0 #include <net/pfvar.h> |