diff options
author | phk <phk@FreeBSD.org> | 2003-02-16 15:31:26 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-02-16 15:31:26 +0000 |
commit | 921ab8f512b6aff3116024d1a08946bb1b04d1c0 (patch) | |
tree | 109d1b031ab0ff4a5c4807c12e50d995a6b6a322 | |
parent | b13e5a7950184343a29497978606001bf6b8d718 (diff) | |
download | FreeBSD-src-921ab8f512b6aff3116024d1a08946bb1b04d1c0.zip FreeBSD-src-921ab8f512b6aff3116024d1a08946bb1b04d1c0.tar.gz |
Add #include <sys/resource.h>
-rw-r--r-- | sbin/vinum/commands.c | 1 | ||||
-rw-r--r-- | sbin/vinum/list.c | 1 |
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> */ |