diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-27 14:14:22 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-27 14:22:25 +0000 |
commit | 9a3d8e391a5c1481a66fa4fc7e679171fe6a2152 (patch) | |
tree | cc1e64119632142a46e00e21966f8cc4dc82d546 /main/newt/fix-includes.patch | |
parent | 488443722c56299f15c69a64e1e8554e0bc55535 (diff) | |
download | aports-9a3d8e391a5c1481a66fa4fc7e679171fe6a2152.tar.bz2 aports-9a3d8e391a5c1481a66fa4fc7e679171fe6a2152.tar.xz |
main/newt: fix includes (to build against musl)
Diffstat (limited to 'main/newt/fix-includes.patch')
-rw-r--r-- | main/newt/fix-includes.patch | 8 |
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> |