aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@otis.scabb>2009-05-14 11:18:29 +0200
committerroot <root@otis.scabb>2009-05-14 11:18:29 +0200
commit2f64d7dbed66c696b104828b790b6234431a8cb8 (patch)
tree5459357de2f08b4ca00d12b3171e1fd2086c4b37
parentwdd: Fix warnings when builded with gcc-4.3 and without diet (diff)
downloadflxutils-2f64d7dbed66c696b104828b790b6234431a8cb8.tar.xz
wdd: fix sbrk & mem* warningsHEADmaster
-rw-r--r--wd/wdd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wd/wdd.c b/wd/wdd.c
index 9cd808a..b0cdaab 100644
--- a/wd/wdd.c
+++ b/wd/wdd.c
@@ -8,6 +8,8 @@
#include <fcntl.h>
#include <stdlib.h>
#include <sys/wait.h>
+#include <unistd.h>
+#include <string.h>
const char dev_wd_str[] = "/dev/watchdog"; /* standard entry */
const char dev_misc_str[] = "/dev/misc/watchdog"; /* devfs entry */