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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- audacious-plugins-3.7.1/src/flacng/metadata.cc
0
++ audacious-plugins-3.7.1-uclibc/src/flacng/metadata.cc
Lines 19-24 Link Here
19
 *
19
 *
20
 */
20
 */
21
21
22
#include <cstdio>
22
#include <stdlib.h>
23
#include <stdlib.h>
23
#include <string.h>
24
#include <string.h>
24
25
25
-- audacious-plugins-3.7.1/src/flacng/seekable_stream_callbacks.cc
26
++ audacious-plugins-3.7.1-uclibc/src/flacng/seekable_stream_callbacks.cc
Lines 19-24 Link Here
19
 */
19
 */
20
20
21
#include <string.h>
21
#include <string.h>
22
#include <cstdio>
22
#include <FLAC/all.h>
23
#include <FLAC/all.h>
23
24
24
#include <libaudcore/runtime.h>
25
#include <libaudcore/runtime.h>
25
-- audacious-plugins-3.7.1/src/neon/neon.cc
26
++ audacious-plugins-3.7.1-uclibc/src/neon/neon.cc
Lines 18-23 Link Here
18
 */
18
 */
19
19
20
#define __STDC_FORMAT_MACROS
20
#define __STDC_FORMAT_MACROS
21
#include <cstdio>
21
#include <inttypes.h>
22
#include <inttypes.h>
22
#include <pthread.h>
23
#include <pthread.h>
23
#include <stdint.h>
24
#include <stdint.h>

Return to bug 584392