patches/newt-01-solaris-fstat.diff
changeset 1073 563acf208975
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/newt-01-solaris-fstat.diff	Thu May 01 17:24:44 2008 +0000
@@ -0,0 +1,11 @@
+diff -r 7bcb5c2c46dd whiptail.c
+--- a/whiptail.c	Thu May 01 12:25:15 2008 +0530
++++ b/whiptail.c	Thu May 01 12:31:33 2008 +0530
+@@ -8,6 +8,7 @@
+ #include <unistd.h>
+ #include <wchar.h>
+ #include <slang.h>
++#include <sys/stat.h>
+ 
+ #include "nls.h"
+ #include "dialogboxes.h"