1
0
Fork 0

[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>
hifive-unleashed-5.1
Jean Delvare 2006-09-28 09:35:27 +02:00 committed by Wim Van Sebroeck
parent 80060362aa
commit 2db02c0fe8
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
int main(int argc, const char *argv[]) {