Skip to content
Snippets Groups Projects
Commit 2db02c0f authored by Jean Delvare's avatar Jean Delvare Committed by Wim Van Sebroeck
Browse files

[WATCHDOG] includes for sample watchdog program.


Add missing includes to sample watchdog program.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 80060362
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
int main(int argc, const char *argv[]) { int main(int argc, const char *argv[]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment