From d91a89cd20aad1ae36ef76f60ca005c57bfbeef4 Mon Sep 17 00:00:00 2001 From: Junhwan Park Date: Thu, 7 Sep 2017 12:52:06 +0900 Subject: [PATCH] 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 --- external/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4