diff options
Diffstat (limited to 'devel/newt/files/patch-whiptail')
-rw-r--r-- | devel/newt/files/patch-whiptail | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/newt/files/patch-whiptail b/devel/newt/files/patch-whiptail new file mode 100644 index 000000000000..c6fd1f8bfec1 --- /dev/null +++ b/devel/newt/files/patch-whiptail @@ -0,0 +1,8 @@ +--- whiptail.c 2009-09-24 11:03:09.000000000 -0400 ++++ whiptail.c 2010-01-06 01:17:31.000000000 -0500 +@@ -9,4 +9,5 @@ + #include <wchar.h> + #include <slang.h> ++#include <sys/stat.h> + + #include "nls.h" |