diff options
-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> */ |