comparison src/audio/ums/SDL_umsaudio.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
32 #include <sys/ioctl.h> 32 #include <sys/ioctl.h>
33 #include <sys/stat.h> 33 #include <sys/stat.h>
34 #include <sys/mman.h> 34 #include <sys/mman.h>
35 35
36 #include "SDL_audio.h" 36 #include "SDL_audio.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_umsaudio.h" 39 #include "SDL_umsaudio.h"
40 40
41 /* The tag name used by UMS audio */ 41 /* The tag name used by UMS audio */
42 #define UMS_DRIVER_NAME "ums" 42 #define UMS_DRIVER_NAME "ums"
43 43