summaryrefslogtreecommitdiffstats
path: root/package/tinyx
diff options
context:
space:
mode:
Diffstat (limited to 'package/tinyx')
-rw-r--r--package/tinyx/tinyx-011010-MB_CUR_MAX.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tinyx/tinyx-011010-MB_CUR_MAX.patch b/package/tinyx/tinyx-011010-MB_CUR_MAX.patch
new file mode 100644
index 000000000..5c25a30ad
--- /dev/null
+++ b/package/tinyx/tinyx-011010-MB_CUR_MAX.patch
@@ -0,0 +1,11 @@
+diff -urN xc-011010-0rig/lib/X11/lcGenConv.c xc-011010/lib/X11/lcGenConv.c
+--- xc-011010-0rig/lib/X11/lcGenConv.c 2001-08-15 13:54:21.000000000 +0200
++++ xc-011010/lib/X11/lcGenConv.c 2007-08-13 12:55:18.000000000 +0200
+@@ -48,6 +48,7 @@
+ * Platforms: all systems.
+ */
+
++#include <stdlib.h>
+ #include "Xlibint.h"
+ #include "XlcGeneric.h"
+ #include <stdio.h>