replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / extlibs / tinycbor / tinycbor / tools / json2cbor / json2cbor.c
index fe7b389..d2839f6 100644 (file)
 #include "cbor.h"
 #include "compilersupport_p.h"
 
+#if defined (__TIZENRT__)
+#include <apps/netutils/cJSON.h>
+#else
 #include <cJSON.h>
+#endif
 
 #include <errno.h>
 #include <math.h>