X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fcoap-http-proxy%2Funittests%2FCoAPHttpUnitTest.cpp;h=3eade697b72a9330832e0fcd92c5931ef5d8cd81;hb=7f00f942c39b7bc27c7eeecf213a239c3fe4173c;hp=3fa714f034cc2f6e750a383152e88ecd6b393ce4;hpb=cac65bc77127b61056783bdd1178263518682912;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/coap-http-proxy/unittests/CoAPHttpUnitTest.cpp b/service/coap-http-proxy/unittests/CoAPHttpUnitTest.cpp index 3fa714f..3eade69 100644 --- a/service/coap-http-proxy/unittests/CoAPHttpUnitTest.cpp +++ b/service/coap-http-proxy/unittests/CoAPHttpUnitTest.cpp @@ -28,7 +28,11 @@ #include "uarraylist.h" #include "CoapHttpParser.h" #include "CoapHttpMap.h" +#if defined (__TIZENRT__) +#include +#else #include "cJSON.h" +#endif #include #ifdef HAVE_UNISTD_H