From: sopwith Date: Mon, 15 Sep 1997 15:13:30 +0000 (+0000) Subject: Fixed #include so it builds on systems with other newt header files X-Git-Tag: r0-12~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3343d0acb3531b512306a0c98dd41a51cfa273b9;p=thirdparty%2Fnewt.git Fixed #include so it builds on systems with other newt header files --- diff --git a/windows.c b/windows.c index 5070de3..c5cf764 100644 --- a/windows.c +++ b/windows.c @@ -1,11 +1,11 @@ #include -#include #include #include #include #include #include "errno.h" +#include "newt.h" static int newtvwindow(char * title, char * button1, char * button2, char * message, va_list args) {