Commit 7b1c6ca7 authored by David Woodhouse's avatar David Woodhouse

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

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent 66643de4
......@@ -15,6 +15,7 @@
#else
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <asm/types.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment