View | Details | Raw Unified | Return to bug 137622
Collapse All | Expand All

(-)unrtf/files/patch-src-my_iconv.c (+11 lines)
Line 0 Link Here
1
diff -ruN src.old/my_iconv.c src/my_iconv.c
2
--- src.old/my_iconv.c	2009-08-10 14:02:54.000000000 +0600
3
+++ src/my_iconv.c	2009-08-10 14:03:26.000000000 +0600
4
@@ -10,6 +10,7 @@
5
 #include "malloc.h"
6
 #include "my_iconv.h"
7
 #include "util.h"
8
+#include "unicode.h"
9
 
10
 my_iconv_t
11
 my_iconv_open(const char *tocode, const char *fromcode)

Return to bug 137622