Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 66643de4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#else
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <asm/types.h>
#endif