aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-02-16 15:31:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-02-16 15:31:26 +0000
commitc9260270a0f58462e0cf10080cec804d921e6cdd (patch)
tree109d1b031ab0ff4a5c4807c12e50d995a6b6a322 /sbin/vinum
parentfd3a502df23ec41d417bf1f7c79fd5924321d0a4 (diff)
downloadsrc-c9260270a0f58462e0cf10080cec804d921e6cdd.tar.gz
src-c9260270a0f58462e0cf10080cec804d921e6cdd.zip
Add #include <sys/resource.h>
Notes
Notes: svn path=/head/; revision=111006
Diffstat (limited to 'sbin/vinum')
-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 e80d40be7711..2adb5cb3c10c 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 195b94d0497e..0a86c56a1a21 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> */