diff options
Diffstat (limited to 'x11/libinput/files/patch-src_path-seat.c')
-rw-r--r-- | x11/libinput/files/patch-src_path-seat.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/libinput/files/patch-src_path-seat.c b/x11/libinput/files/patch-src_path-seat.c new file mode 100644 index 000000000000..e4c6edc01c29 --- /dev/null +++ b/x11/libinput/files/patch-src_path-seat.c @@ -0,0 +1,15 @@ +--- src/path-seat.c.orig 2017-01-19 05:27:32 UTC ++++ src/path-seat.c +@@ -23,10 +23,11 @@ + + #include "config.h" + ++#include <sys/stat.h> ++ + #include <errno.h> + #include <fcntl.h> + #include <string.h> +-#include <sys/stat.h> + #include <libudev.h> + + #include "path-seat.h" |