nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/src/sdl_common/audio.c b/src/sdl_common/audio.c
2index 797c678..ebb9eda 100644
3--- a/src/sdl_common/audio.c
4+++ b/src/sdl_common/audio.c
5@@ -25,11 +25,7 @@
6
7 #if HAVE_SDL2
8 #include <SDL2/SDL.h>
9-#if TARGET_OS_MAC
10-#include <SDL2_mixer/SDL_mixer.h>
11-#else
12 #include <SDL2/SDL_mixer.h>
13-#endif
14 #elif HAVE_SDL
15 #include <SDL/SDL.h>
16 #include <SDL/SDL_mixer.h>