diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-09-28 03:35:27 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-10-12 15:29:20 -0400 |
commit | 2db02c0fe8519bd5985c6280896f4d719a6ae801 (patch) | |
tree | 9e63cb9a60d2f47ff602f01b368bb5f1877389ca /Documentation | |
parent | 80060362aaefec507ac2d7a7bd156716d7a7ca91 (diff) |
[WATCHDOG] includes for sample watchdog program.
Add missing includes to sample watchdog program.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/watchdog/src/watchdog-simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/watchdog/src/watchdog-simple.c b/Documentation/watchdog/src/watchdog-simple.c index 85cf17c48669..47801bc7e742 100644 --- a/Documentation/watchdog/src/watchdog-simple.c +++ b/Documentation/watchdog/src/watchdog-simple.c | |||
@@ -1,4 +1,6 @@ | |||
1 | #include <stdio.h> | ||
1 | #include <stdlib.h> | 2 | #include <stdlib.h> |
3 | #include <unistd.h> | ||
2 | #include <fcntl.h> | 4 | #include <fcntl.h> |
3 | 5 | ||
4 | int main(int argc, const char *argv[]) { | 6 | int main(int argc, const char *argv[]) { |