dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da3fd2
)
Add ICONV_CONST for portability.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Mon, 14 Oct 2002 18:47:27 +0000
(18:47 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Mon, 14 Oct 2002 18:47:27 +0000
(18:47 +0000)
utf8/utf8-locale.c
patch
|
blob
|
history
diff --git
a/utf8/utf8-locale.c
b/utf8/utf8-locale.c
index 058ef1801838838de1e040257b5679cf18279467..6db205bd762778d4c1f3ea0c00db957ca35f82e6 100644
(file)
--- a/
utf8/utf8-locale.c
+++ b/
utf8/utf8-locale.c
@@
-13,6
+13,7
@@
#include <iconv.h>
#include <assert.h>
#include <errno.h>
+#include <string.h>
#include "config.h"
#include "libcharset.h"
#include "utf8-locale.h"