Message ID | 1a69a9d80907052107w5a2b39b5m2eb4cba3d24318c3@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Sam, Thanks a lot. Sorry for the missing signed-of-by issue, it was my first public patch submit through git :-) - Arnaud On Fri, Jul 17, 2009 at 5:07 PM, Sam Ravnborg<sam@ravnborg.org> wrote: > On Mon, Jul 06, 2009 at 12:07:14AM -0400, Arnaud Lacombe wrote: >> Fix build on non GNU based platforms. > > Applied this and your next patch to kbuild-fixes.git - thanks. > > I you contribute additional patches please sign them off according to > SubmittingPatches in Documentation/ > > I applied both as they are very simple - but usual I would > reject not-signed-off patches. > > Â Â Â Â Sam > -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c index 86d95cc..f2375ad 100644 --- a/scripts/kconfig/lxdialog/util.c +++ b/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;