Browse Source

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 16 năm trước cách đây
mục cha
commit
668cdedfdb
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;