mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
12 lines
269 B
C
12 lines
269 B
C
--- 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"
|