mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
12 lines
268 B
Diff
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();
|