mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 05:12:18 +01:00
9 lines
180 B
Diff
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>
|