diff options
author | David Athay <ko2fan@gmail.com> | 2011-11-17 19:38:52 -0600 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2011-11-17 19:38:52 -0600 |
commit | cd0caeb87a10bc8ed645223c7155c9576b6fb102 (patch) | |
tree | ac200bebed11b6fdd925a7289c26a637bfeb23f7 /src/resources/soundeffect.h | |
parent | b72dd300ab1a315f893facf8a302fa7c9dd00720 (diff) | |
download | mana-cd0caeb87a10bc8ed645223c7155c9576b6fb102.tar.gz mana-cd0caeb87a10bc8ed645223c7155c9576b6fb102.tar.bz2 mana-cd0caeb87a10bc8ed645223c7155c9576b6fb102.tar.xz mana-cd0caeb87a10bc8ed645223c7155c9576b6fb102.zip |
Change to local SDL inclues.
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index e7c832f4..fd4f50bd 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -25,7 +25,7 @@ #include "resources/resource.h" #ifdef __APPLE__ -#include <SDL_mixer/SDL_mixer.h> +#include <SDL/SDL_mixer.h> #else #include <SDL_mixer.h> #endif |