diff options
author | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-11 17:51:19 +0000 |
---|---|---|
committer | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-11 17:51:19 +0000 |
commit | 8d886de4ae53a58c3e3f07db4c5f5218367a1b7f (patch) | |
tree | 18b030ba07bfdb8d28537c46c9d331ec6e682076 /x11/libinput/files/patch-src_libinput-private.h | |
parent | Remove post-patch cruft accidentally introduced into patch-configure files (diff) |
Update to 1.6.0
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9542
Notes
Notes:
svn path=/head/; revision=433898
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" + |