projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66643de
)
Add <sys/types.h> to headers included for userspace in <linux/input.h>
author
David Woodhouse
<dwmw2@infradead.org>
Thu, 1 Jun 2006 11:49:30 +0000
(12:49 +0100)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/input.h
b/include/linux/input.h
index 50e338d2ffda9cb5a835d67849e38ae0ceba1647..b48d9873cbbcee7a961b2ea95720519551dc405d 100644
(file)
--- a/
include/linux/input.h
+++ b/
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