12 lines
379 B
Diff
12 lines
379 B
Diff
--- a/src/decoder/plugins/SndfileDecoderPlugin.cxx.smb 2025-03-26 10:08:57.249776287 -0400
|
|
+++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx 2025-03-26 10:09:12.581645796 -0400
|
|
@@ -13,7 +13,7 @@
|
|
#include <exception>
|
|
#include <utility> // for std::unreachable()
|
|
|
|
-#include <sndfile.h>
|
|
+#include "/usr/include/sndfile.h"
|
|
|
|
static constexpr Domain sndfile_domain("sndfile");
|
|
|