opnsense-ports/games/libretro-scummvm/files/patch-audio_alsa__opl.cpp
Franco Fichtner 78643d4f9c */*: sync with upstream
Taken from: FreeBSD
2023-11-07 14:07:58 +01:00

11 lines
250 B
C++

--- audio/alsa_opl.cpp.orig 2023-10-25 18:59:21 UTC
+++ audio/alsa_opl.cpp
@@ -38,7 +38,7 @@
#include <sys/ioctl.h>
#include <alsa/asoundlib.h>
-#include <sound/asound_fm.h>
+#include <alsa/sound/asound_fm.h>
namespace OPL {
namespace ALSA {