comparison src/audio/arts/SDL_artsaudio.c @ 2155:31269eb74914

Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 08 Jul 2007 01:37:48 +0000
parents e1a70460c354
children 99210400e8b9
comparison
equal deleted inserted replaced
2154:5660f48b31f5 2155:31269eb74914
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Allow access to a raw mixing buffer */ 24 /* Allow access to a raw mixing buffer */
25
26 #ifdef HAVE_SIGNAL_H
27 #include <signal.h>
28 #endif
29 #include <unistd.h>
25 30
26 #include "SDL_timer.h" 31 #include "SDL_timer.h"
27 #include "SDL_audio.h" 32 #include "SDL_audio.h"
28 #include "../SDL_audiomem.h" 33 #include "../SDL_audiomem.h"
29 #include "../SDL_audio_c.h" 34 #include "../SDL_audio_c.h"