X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fsimulator%2Framlparser%2Framl%2FjsonSchemaParser%2FJsonSchema.h;h=15490d1eb8159a3e15f4300c7e1e73ec0e58ff04;hb=refs%2Ftags%2Ftizen_4.0.m2_release;hp=333e5715d276c4de39c07ff839eb2c6c62e674de;hpb=a29c54ef36ae8b0ea7769604aabd5851a2103d33;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/simulator/ramlparser/raml/jsonSchemaParser/JsonSchema.h b/service/simulator/ramlparser/raml/jsonSchemaParser/JsonSchema.h index 333e571..15490d1 100755 --- a/service/simulator/ramlparser/raml/jsonSchemaParser/JsonSchema.h +++ b/service/simulator/ramlparser/raml/jsonSchemaParser/JsonSchema.h @@ -32,7 +32,11 @@ #include #include "Properties.h" #include "Definitions.h" +#if defined (__TIZENRT__) +#include +#else #include "cJSON.h" +#endif #include #include "IncludeResolver.h"