Merge branch 'master' into windows-port
[platform/upstream/iotivity.git] / resource / csdk / security / src / aclresource.c
index c189447..8d57082 100644 (file)
@@ -18,9 +18,9 @@
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-#ifdef WITH_ARDUINO
+#ifdef HAVE_STRING_H
 #include <string.h>
-#else
+#elif HAVE_STRINGS_H
 #include <strings.h>
 #endif
 #include <stdlib.h>