Skip to content

Commit

Permalink
kconfig: variable argument lists needs `stdarg.h'
Browse files Browse the repository at this point in the history
Fix build on non GNU based platforms.

Cc: Roman Zippel <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
lacombar authored and sravnborg committed Jul 17, 2009
1 parent 241ad11 commit 668cded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/kconfig/lxdialog/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#include <stdarg.h>

#include "dialog.h"

struct dialog_info dlg;
Expand Down

0 comments on commit 668cded

Please sign in to comment.