diff options
Diffstat (limited to 'x11/libinput/files/patch-src_libinput-private.h')
-rw-r--r-- | x11/libinput/files/patch-src_libinput-private.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/libinput/files/patch-src_libinput-private.h b/x11/libinput/files/patch-src_libinput-private.h new file mode 100644 index 000000000000..b79754ff6f7a --- /dev/null +++ b/x11/libinput/files/patch-src_libinput-private.h @@ -0,0 +1,10 @@ +--- src/libinput-private.h.orig 2017-01-18 04:32:06 UTC ++++ src/libinput-private.h +@@ -29,6 +29,7 @@ + + #include <errno.h> + #include <math.h> ++#include <stdarg.h> + + #include "linux/input.h" + |