Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 668cdedf authored by Arnaud Lacombe's avatar Arnaud Lacombe Committed by Sam Ravnborg
Browse files

kconfig: variable argument lists needs `stdarg.h'



Fix build on non GNU based platforms.

Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 241ad11f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#include <stdarg.h>

#include "dialog.h"

struct dialog_info dlg;