diff options
author | 2001-06-19 00:48:22 +0000 | |
---|---|---|
committer | 2001-06-19 00:48:22 +0000 | |
commit | 64c11355f6aa8064980c858a577ad653a945689e (patch) | |
tree | 2dce8c69837dcb9b1442781cf8e74b736bcd7b56 /sys/netinet/ipsec_input.c | |
parent | Clarify that if strlcat() does not find a NUL within siz byte it (diff) | |
download | wireguard-openbsd-64c11355f6aa8064980c858a577ad653a945689e.tar.xz wireguard-openbsd-64c11355f6aa8064980c858a577ad653a945689e.zip |
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> |