mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user