]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Add <sys/types.h> to headers included for userspace in <linux/input.h>
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 1 Jun 2006 11:49:30 +0000 (12:49 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 1 Jun 2006 11:49:30 +0000 (12:49 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
include/linux/input.h

index 50e338d2ffda9cb5a835d67849e38ae0ceba1647..b48d9873cbbcee7a961b2ea95720519551dc405d 100644 (file)
@@ -15,6 +15,7 @@
 #else
 #include <sys/time.h>
 #include <sys/ioctl.h>
+#include <sys/types.h>
 #include <asm/types.h>
 #endif