Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
668cdedfdb
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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.
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
  */
 
 
+#include <stdarg.h>
+
 #include "dialog.h"
 #include "dialog.h"
 
 
 struct dialog_info dlg;
 struct dialog_info dlg;