[CONPRO-1552] Build fail for -Werror=implicit-function-declaration] 89/223289/1
authorsamanway <samanway@linux-samanway.sa.corp.samsungelectronics.net>
Wed, 22 Jan 2020 11:54:07 +0000 (17:24 +0530)
committerSudipto <sudipto.bal@samsung.com>
Tue, 28 Jan 2020 07:50:20 +0000 (13:20 +0530)
- caadapterutils.h was not included in caipnwmonitor_common.c, hence added
- oic_malloc.c was not included in caipnwmonitor_common.c, hence added

https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/649/commits/c536c5a5bbe66b0ac8eedcdefcf858d325718f23
(cherry-picked from c536c5a5bbe66b0ac8eedcdefcf858d325718f23)

Change-Id: I62d0185fe632d7a487ac88e4bf4f62cc47a3486f
Signed-off-by: samanway-dey <samanway.dey@samsung.com>
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
resource/csdk/connectivity/src/ip_adapter/caipnwmonitor_common.c

index 9203401..2a34812 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "caipnwmonitor.h"
 #include "caipnwmonitor_common.h"
+#include "caadapterutils.h"
+#include "oic_malloc.h"
 
 #include "utlist.h"
 #include "logger.h"