summaryrefslogtreecommitdiff
path: root/x11/libinput/files/patch-src_libinput-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libinput/files/patch-src_libinput-util.c')
-rw-r--r--x11/libinput/files/patch-src_libinput-util.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/libinput/files/patch-src_libinput-util.c b/x11/libinput/files/patch-src_libinput-util.c
new file mode 100644
index 000000000000..5344b4b97325
--- /dev/null
+++ b/x11/libinput/files/patch-src_libinput-util.c
@@ -0,0 +1,12 @@
+--- src/libinput-util.c.orig 2017-01-17 04:53:51 UTC
++++ src/libinput-util.c
+@@ -36,6 +36,9 @@
+ #include <stdbool.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#ifdef __FreeBSD__
++#include <xlocale.h>
++#endif
+
+ #include "libinput-util.h"
+ #include "libinput-private.h"