mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Details: - Mostly bugfixes, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.17/NEWS MFH: 2025Q1
11 lines
246 B
C++
11 lines
246 B
C++
--- src/lib/yajl/Callbacks.hxx.orig 2025-01-29 16:11:53 UTC
|
|
+++ src/lib/yajl/Callbacks.hxx
|
|
@@ -32,7 +32,7 @@
|
|
#include "util/Cast.hxx"
|
|
#include "util/StringView.hxx"
|
|
|
|
-#include <yajl_parse.h>
|
|
+#include <yajl/yajl_parse.h>
|
|
|
|
namespace Yajl {
|
|
|