Change-Id: If6b7ab952bb12e721b5bfd4c648eb1089da1b064
Summary: Resource policy framework
Name: murphy
Version: 0.0.75
-Release: 28
+Release: 29
License: BSD-3-Clause
Group: System/Service
URL: http://01.org/murphy/
#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>