From: sopwith Date: Wed, 24 Sep 1997 02:19:09 +0000 (+0000) Subject: Fixed #include to "newt.h" instead of X-Git-Tag: r0-12~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5571fe15fb18a009f6928a09f2a276ceb1eb73f;p=thirdparty%2Fnewt.git Fixed #include to "newt.h" instead of --- diff --git a/buttonbar.c b/buttonbar.c index d36a7f9..82720d6 100644 --- a/buttonbar.c +++ b/buttonbar.c @@ -1,4 +1,4 @@ -#include +#include "newt.h" #include newtGrid newtButtonBar(char * button1, newtComponent * b1comp, ...) {