comparison src/audio/paudio/SDL_paudio.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
31 #include <sys/ioctl.h> 31 #include <sys/ioctl.h>
32 #include <sys/stat.h> 32 #include <sys/stat.h>
33 33
34 #include "SDL_timer.h" 34 #include "SDL_timer.h"
35 #include "SDL_audio.h" 35 #include "SDL_audio.h"
36 #include "SDL_audiomem.h" 36 #include "../SDL_audiomem.h"
37 #include "SDL_audio_c.h" 37 #include "../SDL_audio_c.h"
38 #include "SDL_audiodev_c.h" 38 #include "../SDL_audiodev_c.h"
39 #include "SDL_paudio.h" 39 #include "SDL_paudio.h"
40 40
41 #define DEBUG_AUDIO 1 41 #define DEBUG_AUDIO 1
42 42
43 /* A conflict within AIX 4.3.3 <sys/> headers and probably others as well. 43 /* A conflict within AIX 4.3.3 <sys/> headers and probably others as well.