diff options
author | root <root@otis.scabb> | 2009-05-14 11:18:29 +0200 |
---|---|---|
committer | root <root@otis.scabb> | 2009-05-14 11:18:29 +0200 |
commit | 2f64d7dbed66c696b104828b790b6234431a8cb8 (patch) | |
tree | 5459357de2f08b4ca00d12b3171e1fd2086c4b37 | |
parent | wdd: Fix warnings when builded with gcc-4.3 and without diet (diff) | |
download | flxutils-2f64d7dbed66c696b104828b790b6234431a8cb8.tar.xz |
-rw-r--r-- | wd/wdd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |