View | Details | Raw Unified | Return to bug 9071
Collapse All | Expand All

(-)vorbis-tools-1.1.1/share/utf8.c.orig (+4 lines)
Lines 21-26 Link Here
21
 * Convert a string between UTF-8 and the locale's charset.
21
 * Convert a string between UTF-8 and the locale's charset.
22
 */
22
 */
23
23
24
#ifdef HAVE_CONFIG_H
25
#include "config.h"
26
#endif
27
24
#include <stdlib.h>
28
#include <stdlib.h>
25
#include <string.h>
29
#include <string.h>
26
30
(-)vorbis-tools-1.1.1/share/iconvert.c.orig (+4 lines)
Lines 16-21 Link Here
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 */
17
 */
18
18
19
#ifdef HAVE_CONFIG_H
20
#include "config.h"
21
#endif
22
19
#ifdef HAVE_ICONV
23
#ifdef HAVE_ICONV
20
24
21
#include <assert.h>
25
#include <assert.h>
(-)vorbis-tools-1.1.1/share/charset.c.orig (+4 lines)
Lines 27-32 Link Here
27
 * 8-bit char, 16-bit short and 32-bit int.
27
 * 8-bit char, 16-bit short and 32-bit int.
28
 */
28
 */
29
29
30
#ifdef HAVE_CONFIG_H
31
#include "config.h"
32
#endif
33
30
#ifndef HAVE_ICONV /* should be ifdef USE_CHARSET_CONVERT */
34
#ifndef HAVE_ICONV /* should be ifdef USE_CHARSET_CONVERT */
31
35
32
#include <stdlib.h>
36
#include <stdlib.h>

Return to bug 9071