File vorbis-tools-config.diff of Package vorbis-tools
--- share/charset.c +++ share/charset.c @@ -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 <stdlib.h> --- share/iconvert.c +++ share/iconvert.c @@ -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 <assert.h> --- share/utf8.c +++ share/utf8.c @@ -24,6 +24,9 @@ #include <stdlib.h> #include <string.h> +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "utf8.h"