summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-16 15:31:26 +0000
committerphk <phk@FreeBSD.org>2003-02-16 15:31:26 +0000
commit921ab8f512b6aff3116024d1a08946bb1b04d1c0 (patch)
tree109d1b031ab0ff4a5c4807c12e50d995a6b6a322 /sbin
parentb13e5a7950184343a29497978606001bf6b8d718 (diff)
downloadFreeBSD-src-921ab8f512b6aff3116024d1a08946bb1b04d1c0.zip
FreeBSD-src-921ab8f512b6aff3116024d1a08946bb1b04d1c0.tar.gz
Add #include <sys/resource.h>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/vinum/commands.c1
-rw-r--r--sbin/vinum/list.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c
index e80d40b..2adb5cb 100644
--- a/sbin/vinum/commands.c
+++ b/sbin/vinum/commands.c
@@ -57,6 +57,7 @@
#include <sys/types.h>
#include <sys/linker.h>
#include <sys/module.h>
+#include <sys/resource.h>
#include <sys/wait.h>
#include <readline/history.h>
#include <readline/readline.h>
diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c
index 195b94d..0a86c56 100644
--- a/sbin/vinum/list.c
+++ b/sbin/vinum/list.c
@@ -56,6 +56,7 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/utsname.h>
+#include <sys/resource.h>
#include "vext.h"
#include <dev/vinum/request.h>
/* #include <dev/vinum/vinumhdr.h> */
OpenPOWER on IntegriCloud