redox/recipes/gigalomania/04_sound.patch

12 lines
268 B
Diff

--- source/sound.h 2018-06-17 18:09:41.681537723 +0200
+++ build/sound.h 2018-06-17 18:34:51.659424313 +0200
@@ -13,7 +13,7 @@
#elif defined(__linux)
#include <SDL2/SDL_mixer.h>
#else
-#include <SDL_mixer.h>
+#include <SDL/SDL_mixer.h>
#endif
bool initSound();