summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h
index 53fde14e..14a319c1 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -23,7 +23,11 @@
#ifndef SOUND_H
#define SOUND_H
+#ifdef __APPLE__
+#include <SDL_mixer/SDL_mixer.h>
+#elif
#include <SDL_mixer.h>
+#endif
#include <string>
/** Sound engine