mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 03:40:08 +00:00
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
|