summaryrefslogtreecommitdiffstats
path: root/main/newt/fix-includes.patch
blob: 0995b6d8e8fb22a8e0998e6f96a7ba41f0c1febf (plain)
1
2
3
4
5
6
7
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>