diff options
-rw-r--r-- | packaging/murphy.spec | 2 | ||||
-rw-r--r-- | src/common/json.h | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 42a4e9d..bf5c92f 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,7 +29,7 @@ Summary: Resource policy framework Name: murphy Version: 0.0.75 -Release: 27 +Release: 28 License: BSD-3-Clause Group: System/Service URL: http://01.org/murphy/ diff --git a/src/common/json.h b/src/common/json.h index c6d5cbc..51e2730 100644 --- a/src/common/json.h +++ b/src/common/json.h @@ -38,13 +38,9 @@ #ifndef JSON_INCLUDE_PATH_JSONC # include <json/json.h> # include <json/linkhash.h> -/* workaround for older broken json-c not exposing json_object_iter */ -# include <json/json_object_private.h> #else # include <json-c/json.h> # include <json-c/linkhash.h> -/* workaround for older broken json-c not exposing json_object_iter */ -# include <json-c/json_object_private.h> #endif #include <murphy/common/macros.h> |