Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220565 | Differences between
and this patch

Collapse All | Expand All

(-)lib/metadata.cpp.gcc43 (+1 lines)
Lines 26-31 Link Here
26
----------------------------------------------------------------------------*/
26
----------------------------------------------------------------------------*/
27
#include <math.h>
27
#include <math.h>
28
#include <stdio.h>
28
#include <stdio.h>
29
#include <stdlib.h>
29
#include "metadata.h"
30
#include "metadata.h"
30
#include "../config.h"
31
#include "../config.h"
31
using namespace std;
32
using namespace std;
(-)lib/protocol.cpp.gcc43 (+1 lines)
Lines 8-13 Link Here
8
-------------------------------------------------------------------*/
8
-------------------------------------------------------------------*/
9
#include <stdio.h>
9
#include <stdio.h>
10
#include <stdlib.h>
10
#include <stdlib.h>
11
#include <string.h>
11
#include <string>
12
#include <string>
12
#include <map>
13
#include <map>
13
#include <expat.h>
14
#include <expat.h>
(-)lib/utf8/utf8util.cpp.gcc43 (+1 lines)
Lines 26-31 Link Here
26
----------------------------------------------------------------------------*/
26
----------------------------------------------------------------------------*/
27
27
28
#include <stdio.h>
28
#include <stdio.h>
29
#include <stdlib.h>
29
#include "utf8util.h"
30
#include "utf8util.h"
30
#include "utf8.h"
31
#include "utf8.h"
31
#ifdef WIN32
32
#ifdef WIN32
(-)lib/tunepimp.cpp.gcc43 (+2 lines)
Lines 30-36 Link Here
30
#endif
30
#endif
31
#endif
31
#endif
32
32
33
#include <string.h>
33
#include <stdio.h>
34
#include <stdio.h>
35
#include <stdlib.h>
34
#include <map>
36
#include <map>
35
using namespace std;
37
using namespace std;
36
38
(-)lib/c_wrapper.cpp.gcc43 (+1 lines)
Lines 24-29 Link Here
24
   $Id: tunepimp-0.5.3-gcc43.patch,v 1.1 2008/04/07 05:49:36 philantrop Exp $
24
   $Id: tunepimp-0.5.3-gcc43.patch,v 1.1 2008/04/07 05:49:36 philantrop Exp $
25
25
26
----------------------------------------------------------------------------*/
26
----------------------------------------------------------------------------*/
27
#include <stdlib.h>
27
#include "tunepimp.h"
28
#include "tunepimp.h"
28
#include "mutex.h"
29
#include "mutex.h"
29
#include "tp_c.h"
30
#include "tp_c.h"
(-)lib/readmeta.cpp.gcc43 (+1 lines)
Lines 31-36 Link Here
31
#endif
31
#endif
32
32
33
#include <stdio.h>
33
#include <stdio.h>
34
#include <stdlib.h>
34
#ifndef WIN32
35
#ifndef WIN32
35
#include <unistd.h>
36
#include <unistd.h>
36
#endif
37
#endif
(-)lib/fileio.cpp.gcc43 (+2 lines)
Lines 27-32 Link Here
27
27
28
#include <assert.h>
28
#include <assert.h>
29
#include <errno.h>
29
#include <errno.h>
30
#include <stdlib.h>
31
#include <string.h>
30
#include <string>
32
#include <string>
31
#ifndef WIN32
33
#ifndef WIN32
32
#include <unistd.h>
34
#include <unistd.h>
(-)plugins/mp4/mp4.cpp.gcc43 (+1 lines)
Lines 27-32 Link Here
27
27
28
#include <string.h>
28
#include <string.h>
29
#include <stdio.h>
29
#include <stdio.h>
30
#include <stdlib.h>
30
#include <mp4.h>
31
#include <mp4.h>
31
#include "metadata.h"
32
#include "metadata.h"
32
#include "plugin.h"
33
#include "plugin.h"
(-)plugins/mp3/id3_meta.cpp.gcc43 (+1 lines)
Lines 26-31 Link Here
26
----------------------------------------------------------------------------*/
26
----------------------------------------------------------------------------*/
27
27
28
#include <stdio.h>
28
#include <stdio.h>
29
#include <stdlib.h>
29
#include <time.h>
30
#include <time.h>
30
#include <ctype.h>
31
#include <ctype.h>
31
#include <musicbrainz/mb_c.h>
32
#include <musicbrainz/mb_c.h>
(-)plugins/mp3/id3_2_3_meta.cpp.gcc43 (+1 lines)
Lines 26-31 Link Here
26
----------------------------------------------------------------------------*/
26
----------------------------------------------------------------------------*/
27
27
28
#include <stdio.h>
28
#include <stdio.h>
29
#include <stdlib.h>
29
#include <assert.h>
30
#include <assert.h>
30
#include <ctype.h>
31
#include <ctype.h>
31
#include <musicbrainz/mb_c.h>
32
#include <musicbrainz/mb_c.h>
(-)plugins/wma/wma.cpp.gcc43 (+1 lines)
Lines 27-32 Link Here
27
27
28
#include <string.h>
28
#include <string.h>
29
#include <stdio.h>
29
#include <stdio.h>
30
#include <stdlib.h>
30
#include <wmafile.h>
31
#include <wmafile.h>
31
#include "metadata.h"
32
#include "metadata.h"
32
#include "plugin.h"
33
#include "plugin.h"
(-)plugins/wma/wmafile.cpp.gcc43 (+1 lines)
Lines 19-24 Link Here
19
 *   USA                                                                   *
19
 *   USA                                                                   *
20
 ***************************************************************************/
20
 ***************************************************************************/
21
21
22
#include <string.h>
22
#include <tstring.h>
23
#include <tstring.h>
23
#include <wmafile.h>
24
#include <wmafile.h>
24
#include <wmatag.h>
25
#include <wmatag.h>
(-)include/tunepimp-0.5/metadata.h.gcc43 (+1 lines)
Lines 27-32 Link Here
27
#ifndef __METADATA_H__
27
#ifndef __METADATA_H__
28
#define __METADATA_H__
28
#define __METADATA_H__
29
29
30
#include <string.h>
30
#include <string>
31
#include <string>
31
#include <cstdio> 
32
#include <cstdio> 

Return to bug 220565