X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fcoap-http-proxy%2Fsrc%2FCoapHttpHandler.c;h=8d7eb644173041bd5646c626b0cbeed0675f135c;hb=3c093548382bb2542c87a67e6e5fa32552c29cb3;hp=688d78088de6968a70c6b5e439ace756c914f2d6;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/coap-http-proxy/src/CoapHttpHandler.c b/service/coap-http-proxy/src/CoapHttpHandler.c index 688d780..8d7eb64 100644 --- a/service/coap-http-proxy/src/CoapHttpHandler.c +++ b/service/coap-http-proxy/src/CoapHttpHandler.c @@ -27,7 +27,11 @@ #include "uarraylist.h" #include "CoapHttpParser.h" #include "CoapHttpMap.h" +#if defined (__TIZENRT__) +#include +#else #include "cJSON.h" +#endif #define TAG "CHPHandler"