summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-03-18 18:36:51 +0000
committerStef Walter <stef@memberwebs.com>2009-03-18 18:36:51 +0000
commitf827273bd646a1ccb71bb9f7e252cd16e8085e04 (patch)
tree49de7c256b223db2f47efb15a33ba80631858f28
parentc84305ea440fbb8f8bfe7a458e46c70c09789c20 (diff)
Include headers to get rid of warnings
-rw-r--r--srcx/jkill.c2
-rw-r--r--srcx/util.c2
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"