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:
@@ -5,6 +5,7 @@
|
||||
* Released under the terms of the GNU GPL v2.0.
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include "lkc.h"
|
||||
|
||||
|
Reference in New Issue
Block a user