Fix broken build for Proxy
authorAbhishek Sharma <ce.abhishek@samsung.com>
Mon, 15 May 2017 12:07:07 +0000 (17:37 +0530)
committerUze Choi <uzchoi@samsung.com>
Tue, 16 May 2017 07:00:54 +0000 (07:00 +0000)
Change-Id: I97fcdc8510a10172b52567fbf2c99db19e490a78
Signed-off-by: Abhishek Sharma <ce.abhishek@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/19917
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/coap-http-proxy/samples/proxy_main.c
service/coap-http-proxy/src/CoapHttpHandler.c
service/coap-http-proxy/src/CoapHttpParser.c

index a377196..7c680f5 100644 (file)
@@ -20,6 +20,7 @@
 #include "CoapHttpHandler.h"
 
 #include <signal.h>
+#include "iotivity_config.h"
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
index 56921f0..ed3559c 100644 (file)
@@ -19,6 +19,7 @@
  ******************************************************************/
 
 #include "CoapHttpHandler.h"
+#include "platform_features.h"
 #include "oic_malloc.h"
 #include "oic_string.h"
 #include "logger.h"
index ee46a5d..63bfe92 100644 (file)
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <stdint.h>
 
+#include "iotivity_config.h"
 #include "CoapHttpParser.h"
 #include "oic_malloc.h"
 #include "oic_string.h"