Mercurial > sdl-ios-xcode
diff src/audio/baudio/SDL_beaudio.cc @ 1367:e440d5c488c1
Fixes for BeOS and Solaris builds
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Feb 2006 08:43:23 +0000 |
parents | 19418e4422cb |
children | 376665398b25 |
line wrap: on
line diff
--- a/src/audio/baudio/SDL_beaudio.cc Thu Feb 16 23:32:39 2006 +0000 +++ b/src/audio/baudio/SDL_beaudio.cc Fri Feb 17 08:43:23 2006 +0000 @@ -24,14 +24,14 @@ #include <SoundPlayer.h> -#include "SDL_BeApp.h" +#include "../../main/beos/SDL_BeApp.h" extern "C" { #include "SDL_audio.h" #include "../SDL_audio_c.h" #include "../SDL_sysaudio.h" -#include "../../thread/SDL_systhread_c.h" +#include "../../thread/beos/SDL_systhread_c.h" #include "SDL_beaudio.h"