]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
look for popt.h in system include path
authorewt <ewt>
Wed, 24 Sep 1997 02:28:27 +0000 (02:28 +0000)
committerewt <ewt>
Wed, 24 Sep 1997 02:28:27 +0000 (02:28 +0000)
whiptail.c

index 1bb494b2fb89891c7a8b3599c279d66a4071076f..95680ec00f05f0a80217f68e862ee76c0e91a5a3 100644 (file)
@@ -1,6 +1,7 @@
 /* a reasonable dialog */
 
 #include <fcntl.h>
+#include <popt.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -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 };