aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */