Browse Source

Add <sys/types.h> to headers included for userspace in <linux/input.h>

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
David Woodhouse 19 years ago
parent
commit
7b1c6ca73a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/linux/input.h

+ 1 - 0
include/linux/input.h

@@ -15,6 +15,7 @@
 #else
 #include <sys/time.h>
 #include <sys/ioctl.h>
+#include <sys/types.h>
 #include <asm/types.h>
 #endif