Skip to content

Commit

Permalink
Add <sys/types.h> to headers included for userspace in <linux/input.h>
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
  • Loading branch information
David Woodhouse committed Jun 1, 2006
1 parent 66643de commit 7b1c6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#else
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <asm/types.h>
#endif

Expand Down

0 comments on commit 7b1c6ca

Please sign in to comment.