Project

General

Profile

audacious-3.4-alpha1-stat64.patch

Michael Schwendt, February 20, 2013 02:56

View differences:

audacious-3.4-alpha1/src/audacious/adder.c 2013-02-20 02:22:55.729531085 +0100
17 17
 * the use of this software.
18 18
 */
19 19

  
20
#include "config.h"
21

  
20 22
#include <dirent.h>
21 23
#include <pthread.h>
22 24
#include <string.h>
......
27 29
#include <libaudcore/audstrings.h>
28 30
#include <libaudcore/hook.h>
29 31

  
30
#include "config.h"
31 32
#include "i18n.h"
32 33
#include "playback.h"
33 34
#include "playlist.h"
audacious-3.4-alpha1/src/audacious/pluginenum.c 2013-02-20 02:23:08.536851300 +0100
17 17
 * the use of this software.
18 18
 */
19 19

  
20
#include "config.h"
21

  
20 22
#include <assert.h>
21 23
#include <errno.h>
22 24
#include <glib.h>
......
28 30
#include <libaudcore/audstrings.h>
29 31
#include <libaudgui/init.h>
30 32

  
31
#include "config.h"
32

  
33 33
#include "debug.h"
34 34
#include "plugin.h"
35 35
#include "util.h"
audacious-3.4-alpha1/src/libaudcore/vfs.c 2013-02-20 02:21:58.842553228 +0100
18 18
 * the use of this software.
19 19
 */
20 20

  
21
#include "config.h"
22

  
21 23
#include <glib.h>
22 24
#include <inttypes.h>
23 25

  
......
29 31
#include <sys/types.h>
30 32
#include <string.h>
31 33

  
32
#include "config.h"
33

  
34 34
#define VFS_SIG ('V' | ('F' << 8) | ('S' << 16))
35 35

  
36 36
/**