Explorar el Código

kconfig: variable argument lists needs `stdarg.h'

Fix build on non GNU based platforms.

Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Arnaud Lacombe hace 16 años
padre
commit
668cdedfdb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      scripts/kconfig/lxdialog/util.c

+ 2 - 0
scripts/kconfig/lxdialog/util.c

@@ -19,6 +19,8 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <stdarg.h>
+
 #include "dialog.h"
 
 struct dialog_info dlg;