kconfig: add missing <stdarg.h> inclusion
authorArnaud Lacombe <lacombar@gmail.com>
Wed, 1 Jun 2011 20:00:46 +0000 (16:00 -0400)
committerArnaud Lacombe <lacombar@gmail.com>
Mon, 6 Jun 2011 19:32:13 +0000 (15:32 -0400)
commit10a4b2772e7643247ddb5316c644f1fe7c4dccca
treed08904666c86600a72b47422e2ded1864e4068f5
parent75f1468beaeca690e139b4e1bcd19aa20973fca9
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>
scripts/kconfig/confdata.c
scripts/kconfig/menu.c
scripts/kconfig/util.c
This page took 0.024617 seconds and 5 git commands to generate.