aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorFriedrich Lobenstock <fl@fl.priv.at>2004-08-20 13:02:36 +0200
committerWim Van Sebroeck <wim@iguana.be>2004-08-20 13:02:36 +0200
commit79d6f094af871903e29b6aa3dd53f138be13ab7a (patch)
tree82abc06c97fc2ef04bd1c9bdeda8fea60d2e4720 /Documentation
parent24bf89548b1b0b70430ea2fa95a8af78f581c05f (diff)
downloadhistory-79d6f094af871903e29b6aa3dd53f138be13ab7a.tar.gz
[WATCHDOG] pcwd-watchdog.txt-patch
Fix example program in pcwd-watchdog.txt document.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/watchdog/pcwd-watchdog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/watchdog/pcwd-watchdog.txt b/Documentation/watchdog/pcwd-watchdog.txt
index a586667aa67c72..12187a33e31021 100644
--- a/Documentation/watchdog/pcwd-watchdog.txt
+++ b/Documentation/watchdog/pcwd-watchdog.txt
@@ -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;