aboutsummaryrefslogtreecommitdiffstats
path: root/main/newt/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/newt/fix-includes.patch')
-rw-r--r--main/newt/fix-includes.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/newt/fix-includes.patch b/main/newt/fix-includes.patch
new file mode 100644
index 0000000000..0995b6d8e8
--- /dev/null
+++ b/main/newt/fix-includes.patch
@@ -0,0 +1,8 @@
+--- newt-0.52.11.orig/whiptail.c
++++ newt-0.52.11/whiptail.c
+@@ -1,4 +1,5 @@
+ #include "config.h"
++#include <sys/stat.h>
+ #include <fcntl.h>
+ #include <popt.h>
+ #include <stdio.h>