diff options
-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" |