mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-24 10:46:14 +00:00
1c967e5633
See discussion in https://github.com/termux/termux-packages/issues/11742.
12 lines
248 B
Diff
12 lines
248 B
Diff
--- a/src/modules/sound/lullaby/GmeDecoder.h
|
|
+++ b/src/modules/sound/lullaby/GmeDecoder.h
|
|
@@ -30,7 +30,7 @@
|
|
#ifdef LOVE_APPLE_USE_FRAMEWORKS
|
|
#include <Game_Music_Emu/gme.h>
|
|
#else
|
|
-#include <gme.h>
|
|
+#include <gme/gme.h>
|
|
#endif
|
|
|
|
namespace love
|