]> git.neil.brown.name Git - history.git/commitdiff
[WATCHDOG] pcwd-watchdog.txt-patch
authorFriedrich Lobenstock <fl@fl.priv.at>
Fri, 20 Aug 2004 11:02:36 +0000 (13:02 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 20 Aug 2004 11:02:36 +0000 (13:02 +0200)
Fix example program in pcwd-watchdog.txt document.

Documentation/watchdog/pcwd-watchdog.txt

index a586667aa67c72eb0aa36d402dbbaa999272e9f6..12187a33e31021f519a09bdbd14e311e46f18451 100644 (file)
@@ -35,7 +35,8 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
-#include <linux/pcwd.h>
+#include <linux/types.h>
+#include <linux/watchdog.h>
 
 int fd;