generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h>

SVN-Revision: 16109
master
Nicolas Thill 16 years ago
parent 00a0035fa8
commit e4a01259e0
  1. 10
      target/linux/generic-2.4/patches/804-watchdog_include.patch

@ -0,0 +1,10 @@
--- 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'
Loading…
Cancel
Save