replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / coap-http-proxy / include / CoapHttpMap.h
index c0e9d6e..6912e5d 100644 (file)
@@ -32,7 +32,11 @@ extern "C"
 #endif
 
 #include "CoapHttpParser.h"
+#if defined (__TIZENRT__)
+#include <apps/netutils/cJSON.h>
+#else
 #include "cJSON.h"
+#endif
 
 /**
  * Function to get CoAP code for an HTTP code.