--- vorbis-tools-1.1.1/share/utf8.c.orig 2005-06-03 14:15:10 +0400 +++ vorbis-tools-1.1.1/share/utf8.c 2006-03-06 09:00:04 +0300 @@ -21,6 +21,10 @@ * Convert a string between UTF-8 and the locale's charset. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include --- vorbis-tools-1.1.1/share/iconvert.c.orig 2005-06-03 14:15:10 +0400 +++ vorbis-tools-1.1.1/share/iconvert.c 2006-03-06 08:57:41 +0300 @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef HAVE_ICONV #include --- vorbis-tools-1.1.1/share/charset.c.orig 2005-06-03 14:15:10 +0400 +++ vorbis-tools-1.1.1/share/charset.c 2006-03-06 09:00:36 +0300 @@ -27,6 +27,10 @@ * 8-bit char, 16-bit short and 32-bit int. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifndef HAVE_ICONV /* should be ifdef USE_CHARSET_CONVERT */ #include