Include header file defining MB_CUR_MAX to TinyX
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 13 Aug 2007 20:10:36 +0000 (20:10 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 13 Aug 2007 20:10:36 +0000 (20:10 -0000)
package/tinyx/tinyx-011010-MB_CUR_MAX.patch [new file with mode: 0644]

diff --git a/package/tinyx/tinyx-011010-MB_CUR_MAX.patch b/package/tinyx/tinyx-011010-MB_CUR_MAX.patch
new file mode 100644 (file)
index 0000000..5c25a30
--- /dev/null
@@ -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>