IOT-2049 Fix Windows build break when -noSecurity is used
authorWay Vadhanasin <wayvad@microsoft.com>
Fri, 14 Apr 2017 14:39:26 +0000 (07:39 -0700)
committerGreg Zaverucha <gregz@microsoft.com>
Fri, 14 Apr 2017 20:29:28 +0000 (20:29 +0000)
The new test recently enabled needs to include platform_features.h.

Change-Id: I8874758203453730446b2d616b497fbb235892bb
Signed-off-by: Way Vadhanasin <wayvad@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/18977
Reviewed-by: Omar Maabreh <omarm@microsoft.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-by: Mike Fenelon <mike.fenelon@microsoft.com>
Reviewed-by: Todd Malsbary <todd.malsbary@intel.com>
Reviewed-by: Greg Zaverucha <gregz@microsoft.com>
resource/csdk/resource-directory/src/rd_server.c

index d587632..334186b 100644 (file)
@@ -17,6 +17,7 @@
 // limitations under the License.
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+#include "iotivity_config.h"
 #include "rd_server.h"
 
 #include "rd_database.h"