aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fts/stdint.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-11 14:14:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-11 14:16:26 +0000
commitb2ca2d696b1f7225c10b6d5c1bf636f3125e7451 (patch)
treec9f098fe91b5c9db0972dd88ec2382580ff62eea /testing/fts/stdint.patch
parentc51482993c8410af07f96da6d9dc1dc01248c755 (diff)
downloadaports-b2ca2d696b1f7225c10b6d5c1bf636f3125e7451.tar.bz2
aports-b2ca2d696b1f7225c10b6d5c1bf636f3125e7451.tar.xz
Revert "main/fts: *plonk*" and move to testing
Diffstat (limited to 'testing/fts/stdint.patch')
-rw-r--r--testing/fts/stdint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/fts/stdint.patch b/testing/fts/stdint.patch
new file mode 100644
index 0000000000..1ad7157e58
--- /dev/null
+++ b/testing/fts/stdint.patch
@@ -0,0 +1,10 @@
+--- ./fts.c.orig
++++ ./fts.c
+@@ -46,6 +46,7 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <fts.h>
++#include <stdint.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <unistd.h>