Skip to content

Commit

Permalink
[WATCHDOG] includes for sample watchdog program.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Wim Van Sebroeck committed Oct 12, 2006
1 parent 8006036 commit 2db02c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/watchdog/src/watchdog-simple.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>

int main(int argc, const char *argv[]) {
Expand Down

0 comments on commit 2db02c0

Please sign in to comment.