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:
parent
75f1468bea
commit
10a4b2772e
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
* Released under the terms of the GNU GPL v2.0.
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include "lkc.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue