ports/games/solarus/files/patch-src_audio_ItDecoder.cpp
Danilo Egea Gondolfo a9d2cfdb24 games/solarus: Update to 1.6.5
- Update WWW
 - Move luajit dependency to USES
2023-01-11 18:15:19 +00:00

11 lines
327 B
C++

--- src/audio/ItDecoder.cpp.orig 2023-01-09 22:24:56 UTC
+++ src/audio/ItDecoder.cpp
@@ -17,7 +17,7 @@
#include "solarus/audio/ItDecoder.h"
#include "solarus/core/Debug.h"
#include <stdafx.h> // These two headers are with the libmodplug ones.
-#include <sndfile.h>
+#include <libmodplug/sndfile.h>
namespace Solarus {