From ebf2585c176922058c7486a02116d66e54336ae1 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Tue, 13 Jul 2010 20:10:49 +0000 Subject: [PATCH] * Need to include config.h to get the HAVE_ICONV_H definition for localization. --- tagutils/tagutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tagutils/tagutils.c b/tagutils/tagutils.c index c3f1e0a..7618218 100644 --- a/tagutils/tagutils.c +++ b/tagutils/tagutils.c @@ -37,6 +37,7 @@ #include #include +#include "../config.h" #ifdef HAVE_ICONV_H #include #endif