X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fcoap-http-proxy%2Finclude%2FCoapHttpMap.h;h=6912e5deb9d888d72f7860d0dbe9d7f9bb9fd429;hb=7f00f942c39b7bc27c7eeecf213a239c3fe4173c;hp=c0e9d6e269e912a218e9a87d350458757b75f57c;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/coap-http-proxy/include/CoapHttpMap.h b/service/coap-http-proxy/include/CoapHttpMap.h index c0e9d6e..6912e5d 100644 --- a/service/coap-http-proxy/include/CoapHttpMap.h +++ b/service/coap-http-proxy/include/CoapHttpMap.h @@ -32,7 +32,11 @@ extern "C" #endif #include "CoapHttpParser.h" +#if defined (__TIZENRT__) +#include +#else #include "cJSON.h" +#endif /** * Function to get CoAP code for an HTTP code.