diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-06-07 00:14:22 +0200 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2004-06-07 00:14:22 +0200 |
| commit | a2f5fee9649e2f45dbb381a697f01edcf5514eda (patch) | |
| tree | c2a0864532c5a079e4a236f02f5a62d33f20e6f9 /include/linux/watchdog.h | |
| parent | 841b4bc260b00afb5e59d38c6cda435b0cc4fe06 (diff) | |
[WATCHDOG] linux/watchdog.h include types.h patch
watchdog.h is using __u8 and __u32 from linux/types.h, so it needs to
include it.
Diffstat (limited to 'include/linux/watchdog.h')
| -rw-r--r-- | include/linux/watchdog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h index e208b6f07d67..88ba0d29f8c8 100644 --- a/include/linux/watchdog.h +++ b/include/linux/watchdog.h @@ -10,6 +10,7 @@ #define _LINUX_WATCHDOG_H #include <linux/ioctl.h> +#include <linux/types.h> #define WATCHDOG_IOCTL_BASE 'W' |
