]> git.hungrycats.org Git - linux/commitdiff
[WATCHDOG] linux/watchdog.h include types.h patch
authorChristoph Hellwig <hch@lst.de>
Sun, 6 Jun 2004 22:14:22 +0000 (00:14 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 6 Jun 2004 22:14:22 +0000 (00:14 +0200)
watchdog.h is using __u8 and __u32 from linux/types.h, so it needs to
include it.

include/linux/watchdog.h

index e208b6f07d67dfbd3cbb7f48e7e42ff1b026fa5c..88ba0d29f8c84ef15ce08c93818e7eca97cce4f8 100644 (file)
@@ -10,6 +10,7 @@
 #define _LINUX_WATCHDOG_H
 
 #include <linux/ioctl.h>
+#include <linux/types.h>
 
 #define        WATCHDOG_IOCTL_BASE     'W'