kconfig: add missing <stdarg.h> inclusion
[pandora-kernel.git] / scripts / kconfig / menu.c
index 5fdf10d..d64108b 100644 (file)
@@ -3,6 +3,7 @@
  * Released under the terms of the GNU GPL v2.0.
  */
 
+#include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>