From: ewt Date: Wed, 24 Sep 1997 02:29:37 +0000 (+0000) Subject: rearranged headers a tad X-Git-Tag: r0-12~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d942a5f1c272a3b3c9b5a7343579e0dec412b86f;p=thirdparty%2Fnewt.git rearranged headers a tad --- diff --git a/buttonbar.c b/buttonbar.c index 82720d6..905829d 100644 --- a/buttonbar.c +++ b/buttonbar.c @@ -1,6 +1,7 @@ -#include "newt.h" #include +#include "newt.h" + newtGrid newtButtonBar(char * button1, newtComponent * b1comp, ...) { va_list args; char * name;