diff options
Diffstat (limited to 'x11/libinput/files/patch-src_evdev.c')
-rw-r--r-- | x11/libinput/files/patch-src_evdev.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libinput/files/patch-src_evdev.c b/x11/libinput/files/patch-src_evdev.c new file mode 100644 index 000000000000..65fd54de6be3 --- /dev/null +++ b/x11/libinput/files/patch-src_evdev.c @@ -0,0 +1,11 @@ +--- src/evdev.c.orig 2017-01-19 21:36:55 UTC ++++ src/evdev.c +@@ -25,6 +25,8 @@ + + #include "config.h" + ++#include <sys/stat.h> ++ + #include <errno.h> + #include <stdbool.h> + #include <stdlib.h> |