[winpr,json] fix include for json-c

The default include contains the json-c path, so do not use it when
including headers.
This commit is contained in:
akallabeth
2024-12-10 14:51:03 +01:00
parent c48a89b1e3
commit 10faedf72b

View File

@@ -27,7 +27,7 @@
#include <cjson/cJSON.h>
#endif
#if defined(WITH_JSONC)
#include <json-c/json.h>
#include <json.h>
#endif
#if defined(WITH_CJSON)