Change-Id: If06a187e350b9397934a7b1d3e2949cb7eab98d7
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/
#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>