Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 272b48f491de09f85ebae4bf969500e2 > files > 2

vorbis-tools-1.1.1-5.1mdv2008.0.src.rpm

diff -ur vorbis-tools-1.1.1.old/share/charset.c vorbis-tools-1.1.1/share/charset.c
--- vorbis-tools-1.1.1.old/share/charset.c	2005-06-03 06:15:10.000000000 -0400
+++ vorbis-tools-1.1.1/share/charset.c	2006-10-28 12:15:31.000000000 -0400
@@ -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>
diff -ur vorbis-tools-1.1.1.old/share/iconvert.c vorbis-tools-1.1.1/share/iconvert.c
--- vorbis-tools-1.1.1.old/share/iconvert.c	2005-06-03 06:15:10.000000000 -0400
+++ vorbis-tools-1.1.1/share/iconvert.c	2006-10-28 12:15:31.000000000 -0400
@@ -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>
diff -ur vorbis-tools-1.1.1.old/share/utf8.c vorbis-tools-1.1.1/share/utf8.c
--- vorbis-tools-1.1.1.old/share/utf8.c	2005-06-03 06:15:10.000000000 -0400
+++ vorbis-tools-1.1.1/share/utf8.c	2006-10-28 12:15:31.000000000 -0400
@@ -21,6 +21,10 @@
  * Convert a string between UTF-8 and the locale's charset.
  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <stdlib.h>
 #include <string.h>