From: ewt Date: Wed, 24 Sep 1997 02:28:27 +0000 (+0000) Subject: look for popt.h in system include path X-Git-Tag: r0-12~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c049389bec2ea03d3957929cf649a306cbd6952;p=thirdparty%2Fnewt.git look for popt.h in system include path --- diff --git a/whiptail.c b/whiptail.c index 1bb494b..95680ec 100644 --- a/whiptail.c +++ b/whiptail.c @@ -1,6 +1,7 @@ /* a reasonable dialog */ #include +#include #include #include #include @@ -8,7 +9,6 @@ #include "dialogboxes.h" #include "newt.h" -#include "popt.h" enum mode { MODE_NONE, MODE_MSGBOX, MODE_YESNO, MODE_CHECKLIST, MODE_INPUTBOX, MODE_RADIOLIST, MODE_MENU, MODE_GAUGE };