freebsd-ports/textproc/libxml2/files/patch-ae
2001-02-10 19:15:43 +00:00

14 lines
274 B
Text

$FreeBSD$
--- include/libxml/encoding.h 2001/02/09 21:35:22 1.1
+++ include/libxml/encoding.h 2001/02/09 21:35:37
@@ -23,7 +23,7 @@
#include <libxml/xmlversion.h>
#ifdef LIBXML_ICONV_ENABLED
-#include <iconv.h>
+#include <giconv.h>
#endif
#include <libxml/tree.h>