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
233 B
C++
11 lines
233 B
C++
--- src/lib/yajl/Gen.hxx.orig 2025-01-29 16:11:53 UTC
|
|
+++ src/lib/yajl/Gen.hxx
|
|
@@ -31,7 +31,7 @@
|
|
|
|
#include "util/ConstBuffer.hxx"
|
|
|
|
-#include <yajl_gen.h>
|
|
+#include <yajl/yajl_gen.h>
|
|
|
|
#include <algorithm>
|
|
#include <string_view>
|