From: Junhwan Park Date: Thu, 7 Sep 2017 03:52:06 +0000 (+0900) Subject: external: add header files that require iotivity X-Git-Tag: 1.1_Public_Release~252^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d91a89cd20aad1ae36ef76f60ca005c57bfbeef4;p=rtos%2Ftinyara.git external: add header files that require iotivity To handle variable arguments in iotivity, you need the stdarg.h file. This patch allows you to include this file. Change-Id: I3c6afee312542764c94ced931e9563ed70090875 Signed-off-by: Junhwan Park --- diff --git a/external/Kconfig b/external/Kconfig index 51a5ecf..b1e3912 100644 --- a/external/Kconfig +++ b/external/Kconfig @@ -73,6 +73,7 @@ config ENABLE_IOTIVITY default n select LIBC_NETDB select TIME_EXTENDED + select ARCH_STDARG_H ---help--- select to enable the iotivity stack in tinyara