diff options
Diffstat (limited to 'x11/libinput/files/patch-src_libinput.h')
-rw-r--r-- | x11/libinput/files/patch-src_libinput.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/libinput/files/patch-src_libinput.h b/x11/libinput/files/patch-src_libinput.h new file mode 100644 index 000000000000..93d44ece6082 --- /dev/null +++ b/x11/libinput/files/patch-src_libinput.h @@ -0,0 +1,10 @@ +--- src/libinput.h.orig 2017-01-19 05:27:32 UTC ++++ src/libinput.h +@@ -29,6 +29,7 @@ + extern "C" { + #endif + ++#include <stdarg.h> + #include <stdlib.h> + #include <stdint.h> + #include <libudev.h> |