Project

General

Profile

stddef.patch

Thomas Lange, June 16, 2012 02:01

View differences:

src/compressor/plugin.c
19 19

  
20 20
#include "config.h"
21 21

  
22
#include <stddef.h>
23

  
22 24
#include <audacious/i18n.h>
23 25
#include <audacious/misc.h>
24 26
#include <audacious/plugin.h>
src/modplug/plugin_main.c
1
#include <stddef.h>
2

  
1 3
#include <audacious/i18n.h>
2 4

  
3 5
#include "config.h"
src/sdlout/plugin.c
17 17
 * the use of this software.
18 18
 */
19 19

  
20
#include <stddef.h>
21

  
20 22
#include <audacious/i18n.h>
21 23
#include <audacious/plugin.h>
22 24

  
src/sdlout/sdlout.c
23 23
#include <stdio.h>
24 24
#include <stdint.h>
25 25
#include <stdlib.h>
26
#include <stddef.h>
26 27
#include <sys/time.h>
27 28

  
28 29
#include <SDL.h>
src/stereo_plugin/stereo.c
4 4

  
5 5
#include "config.h"
6 6

  
7
#include <stddef.h>
8

  
7 9
#include <audacious/i18n.h>
8 10
#include <audacious/misc.h>
9 11
#include <audacious/plugin.h>
src/voice_removal/voice_removal.c
18 18
 * POSSIBILITY OF SUCH DAMAGE.
19 19
 */
20 20

  
21
#include <stddef.h>
22

  
21 23
#include <audacious/i18n.h>
22 24
#include <audacious/plugin.h>
23 25