aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-taskmanager/files/setlocale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-taskmanager/files/setlocale.patch')
-rw-r--r--recipes/gpe-taskmanager/files/setlocale.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-taskmanager/files/setlocale.patch b/recipes/gpe-taskmanager/files/setlocale.patch
new file mode 100644
index 0000000000..b5ef1c99ea
--- /dev/null
+++ b/recipes/gpe-taskmanager/files/setlocale.patch
@@ -0,0 +1,12 @@
+Index: gpe-taskmanager-0.20/gpe-taskmanager.c
+===================================================================
+--- gpe-taskmanager-0.20.orig/gpe-taskmanager.c 2008-08-21 18:23:11.544135137 +0200
++++ gpe-taskmanager-0.20/gpe-taskmanager.c 2008-08-21 18:23:22.554712863 +0200
+@@ -12,6 +12,7 @@
+ #include <stdio.h>
+ #include <libintl.h>
+ #include <stdlib.h>
++#include <locale.h>
+
+ #include <X11/Xlib.h>
+ #include <X11/Xatom.h>