diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-19 00:48:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-19 00:48:24 +0000 |
commit | 421bb083f0fbff240895632d4beeb36120e87ee9 (patch) | |
tree | ea44193491d43d1360d22bea00a3f9defbe18113 /sys/netinet/ipsec_input.c | |
parent | 49a721b60be01ec9184fd667a266a3adef950926 (diff) |
mop up after angelos
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 a0f2d1490d8..3a5d659f5f2 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.43 2001/06/08 03:13:15 angelos Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.44 2001/06/19 00:48:23 deraadt Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -36,6 +36,7 @@ */ #include <sys/param.h> +#include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/sysctl.h> |