1From df5d45b2d7ad7e7b5f0542a816d08b0409a529a1 Mon Sep 17 00:00:00 2001 2From: Roy Li <rongqing.li@windriver.com> 3Date: Tue, 19 Aug 2014 11:31:35 +0800 4Subject: [PATCH] [PATCH] add the needed stdarg.h 5 6Upstream-status: Pending 7 8Signed-off-by: Roy Li <rongqing.li@windriver.com> 9 10--- 11 lib/defaults.c | 1 + 12 1 file changed, 1 insertion(+) 13 14diff --git a/lib/defaults.c b/lib/defaults.c 15index 0e48a78..667f35d 100644 16--- a/lib/defaults.c 17+++ b/lib/defaults.c 18@@ -16,6 +16,7 @@ 19 20 #include <stdlib.h> 21 #include <stdio.h> 22+#include <stdarg.h> 23 #include <ctype.h> 24 #include <string.h> 25 #include <sys/utsname.h> 26