Fix for build of resource container.
authorKIM JungYong <jyong2.kim@samsung.com>
Sun, 4 Sep 2016 23:06:10 +0000 (08:06 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 5 Sep 2016 01:17:27 +0000 (01:17 +0000)
When build of resource container occurred build fail
by reason of can not found strlen function.
For the above reason, Standard string header is included on Configuration file.

Change-Id: I102d0e7ca5925fba59ebe95ae860517dc65328ab
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11369
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Hun-je Yeon <hunje.yeon@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-container/src/Configuration.cpp

index c1dd082..7fcd077 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdexcept>
 #include <utility>
 #include "InternalTypes.h"
+#include <string.h>
 
 #define CONTAINER_TAG "RESOURCE_CONTAINER"
 #define DISCOVER_TAG "DISCOVER_RESOURCE_UNIT"