diff options
author | 2002-06-09 09:51:31 +0000 | |
---|---|---|
committer | 2002-06-09 09:51:31 +0000 | |
commit | e4eeb07206c57856d2b77b0abafb8d5460e09ede (patch) | |
tree | 2b358efc936a47df79d1d6c727e5a6e753504268 | |
parent | split ioctl functions out of pf.c into pf_ioctl.c (diff) | |
download | wireguard-openbsd-e4eeb07206c57856d2b77b0abafb8d5460e09ede.tar.xz wireguard-openbsd-e4eeb07206c57856d2b77b0abafb8d5460e09ede.zip |
Userland might want resource.h.
-rw-r--r-- | sys/sys/sysctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 6bd31f08e3b..abb461a825b 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.54 2002/06/09 05:46:15 art Exp $ */ +/* $OpenBSD: sysctl.h,v 1.55 2002/06/09 09:51:31 art Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -49,6 +49,7 @@ #include <sys/time.h> #include <sys/ucred.h> #include <sys/proc.h> +#include <sys/resource.h> #endif #include <sys/resourcevar.h> /* XXX */ |