]> err.no Git - linux-2.6/blobdiff - Documentation/watchdog/watchdog-api.txt
[PATCH] DM9000 - minor code cleanups
[linux-2.6] / Documentation / watchdog / watchdog-api.txt
index c5beb548cfc42b781fd825ff9345f411f087897d..21ed5117366240d2a33af5af7f5605733bd514c1 100644 (file)
@@ -36,6 +36,9 @@ timeout or margin.  The simplest way to ping the watchdog is to write
 some data to the device.  So a very simple watchdog daemon would look
 like this:
 
+#include <stdlib.h>
+#include <fcntl.h>
+
 int main(int argc, const char *argv[]) {
        int fd=open("/dev/watchdog",O_WRONLY);
        if (fd==-1) {