- Fix build on 64 bit platform if regressions test enabled
PR: 137622 Submitted by: Alex <alexi176@mail.ru> Feature safe: yes
This commit is contained in:
parent
a69e39463d
commit
11e7499c71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241741
11
textproc/unrtf/files/patch-src-my_iconv.c
Normal file
11
textproc/unrtf/files/patch-src-my_iconv.c
Normal file
@ -0,0 +1,11 @@
|
||||
diff -ruN src.old/my_iconv.c src/my_iconv.c
|
||||
--- src.old/my_iconv.c 2009-08-10 14:02:54.000000000 +0600
|
||||
+++ src/my_iconv.c 2009-08-10 14:03:26.000000000 +0600
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "malloc.h"
|
||||
#include "my_iconv.h"
|
||||
#include "util.h"
|
||||
+#include "unicode.h"
|
||||
|
||||
my_iconv_t
|
||||
my_iconv_open(const char *tocode, const char *fromcode)
|
Loading…
Reference in New Issue
Block a user