aboutsummaryrefslogtreecommitdiff
path: root/misc/utimer/utimer-0.4-locale.patch
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-08-14 15:28:37 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-08-14 21:17:57 +0700
commita8d39ca8f8cf33417e087f2d3cb14f92564c6060 (patch)
tree6b3104a3b46fa7d3b9de54cdf0698f4671041f15 /misc/utimer/utimer-0.4-locale.patch
parenta6a2ccd3e56ac5f8d340e1e0a53f33f8bda74ed7 (diff)
misc/utimer: Patch to build on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/utimer/utimer-0.4-locale.patch')
-rw-r--r--misc/utimer/utimer-0.4-locale.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/utimer/utimer-0.4-locale.patch b/misc/utimer/utimer-0.4-locale.patch
new file mode 100644
index 0000000000000..68acdd471a39d
--- /dev/null
+++ b/misc/utimer/utimer-0.4-locale.patch
@@ -0,0 +1,10 @@
+--- a/src/utimer.h
++++ b/src/utimer.h
+@@ -35,6 +35,7 @@
+ #include <stdlib.h>
+ #include <glib.h>
+ #include <glib/gi18n-lib.h>
++#include <locale.h>
+
+ #include "utils.h"
+ #include "timer.h"