Add ICONV_CONST for portability.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 14 Oct 2002 18:47:27 +0000 (18:47 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 14 Oct 2002 18:47:27 +0000 (18:47 +0000)
utf8/utf8-locale.c

index 058ef1801838838de1e040257b5679cf18279467..6db205bd762778d4c1f3ea0c00db957ca35f82e6 100644 (file)
@@ -13,6 +13,7 @@
 #include <iconv.h>
 #include <assert.h>
 #include <errno.h>
 #include <iconv.h>
 #include <assert.h>
 #include <errno.h>
+#include <string.h>
 #include "config.h"
 #include "libcharset.h"
 #include "utf8-locale.h"
 #include "config.h"
 #include "libcharset.h"
 #include "utf8-locale.h"