mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Details: - Mostly bugfixes, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.17/NEWS MFH: 2025Q1
11 lines
200 B
C++
11 lines
200 B
C++
--- src/lib/yajl/Handle.hxx.orig 2025-01-29 16:11:53 UTC
|
|
+++ src/lib/yajl/Handle.hxx
|
|
@@ -29,7 +29,7 @@
|
|
|
|
#pragma once
|
|
|
|
-#include <yajl_parse.h>
|
|
+#include <yajl/yajl_parse.h>
|
|
|
|
#include <utility>
|
|
|