summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipsec_input.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2010-04-20 22:05:41 +0000
committertedu <tedu@openbsd.org>2010-04-20 22:05:41 +0000
commit9b074ffaba6c82e08722cbd87560a0334d22cc9f (patch)
treeafa9a20d9795b601648c61a33fc2fca8e79185c4 /sys/netinet/ipsec_input.c
parentfix trailing slashes in filenames behavior by *not* fixing it in systrace. (diff)
downloadwireguard-openbsd-9b074ffaba6c82e08722cbd87560a0334d22cc9f.tar.xz
wireguard-openbsd-9b074ffaba6c82e08722cbd87560a0334d22cc9f.zip
remove proc.h include from uvm_map.h. This has far reaching effects, as
sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt
Diffstat (limited to 'sys/netinet/ipsec_input.c')
-rw-r--r--sys/netinet/ipsec_input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c
index f803a79a8c3..23420f9fd3c 100644
--- a/sys/netinet/ipsec_input.c
+++ b/sys/netinet/ipsec_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec_input.c,v 1.94 2010/01/02 18:35:48 markus Exp $ */
+/* $OpenBSD: ipsec_input.c,v 1.95 2010/04/20 22:05:43 tedu Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -42,6 +42,7 @@
#include <sys/protosw.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
+#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/kernel.h>