kconfig: add missing <stdarg.h> inclusion

This header is needed when using va_{start,end,copy}(3) functions family.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
This commit is contained in:
Arnaud Lacombe
2011-06-01 16:00:46 -04:00
父節點 75f1468bea
當前提交 10a4b2772e
共有 3 個文件被更改,包括 3 次插入0 次删除

查看文件

@@ -7,6 +7,7 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

查看文件

@@ -3,6 +3,7 @@
* Released under the terms of the GNU GPL v2.0.
*/
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>

查看文件

@@ -5,6 +5,7 @@
* Released under the terms of the GNU GPL v2.0.
*/
#include <stdarg.h>
#include <string.h>
#include "lkc.h"