diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index e2181767..070a13de 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -23,7 +23,11 @@ #ifndef SOUND_EFFECT_H #define SOUND_EFFECT_H +#ifdef __APPLE__ +#include <SDL_mixer/SDL_mixer.h> +#elif #include <SDL_mixer.h> +#endif #include "resource.h" |