diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-04-03 15:51:10 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-04-03 15:51:10 +0000 |
commit | 55d0786714b356261f264952a8ea994ba5b1bffe (patch) | |
tree | 78e8091f081a655b8e3fdc048af1ed7aaff95385 /sys/netinet | |
parent | 09d407f94b59eb1cbf28fab87e9c38efabeb38f2 (diff) |
don't rely on implict net/route.h inclusion via pf, claudio ok
Diffstat (limited to 'sys/netinet')
-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> |