diff options
author | Stef Walter <stef@memberwebs.com> | 2009-03-18 18:36:51 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-03-18 18:36:51 +0000 |
commit | f827273bd646a1ccb71bb9f7e252cd16e8085e04 (patch) | |
tree | 49de7c256b223db2f47efb15a33ba80631858f28 /srcx | |
parent | c84305ea440fbb8f8bfe7a458e46c70c09789c20 (diff) |
Include headers to get rid of warnings
Diffstat (limited to 'srcx')
-rw-r--r-- | srcx/jkill.c | 2 | ||||
-rw-r--r-- | srcx/util.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/srcx/jkill.c b/srcx/jkill.c index 32beff0..1d5fa0e 100644 --- a/srcx/jkill.c +++ b/srcx/jkill.c @@ -56,6 +56,8 @@ #include <kvm.h> #include <limits.h> #include <fcntl.h> +#include <string.h> +#include <stdlib.h> #include "util.h" diff --git a/srcx/util.c b/srcx/util.c index 214707e..8894c61 100644 --- a/srcx/util.c +++ b/srcx/util.c @@ -54,6 +54,8 @@ #include <stdlib.h> #include <kvm.h> #include <paths.h> +#include <string.h> +#include <unistd.h> #include "util.h" |