summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2011-11-17 19:38:52 -0600
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-12-02 18:42:15 +0100
commit4a4637fd522ed7702e9b1e4b970495d90f56e5cd (patch)
tree86f6252c553bc44553495f49b901e2543d60f1bb /src/sound.h
parent46b94ce1eaac395fe6559206c803a076ec44f852 (diff)
downloadmana-client-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.tar.gz
mana-client-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.tar.bz2
mana-client-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.tar.xz
mana-client-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.zip
Mac: Change to local SDL inclues.
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.h b/src/sound.h
index 032ff62b..dbec3fc9 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -23,7 +23,7 @@
#define SOUND_H
#ifdef __APPLE__
-#include <SDL_mixer/SDL_mixer.h>
+#include <SDL/SDL_mixer.h>
#else
#include <SDL_mixer.h>
#endif