aports/main/newt/fix-includes.patch
2013-09-27 14:22:25 +00:00

9 lines
180 B
Diff

--- 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>