diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-11 14:14:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-11 14:16:26 +0000 |
commit | b2ca2d696b1f7225c10b6d5c1bf636f3125e7451 (patch) | |
tree | c9f098fe91b5c9db0972dd88ec2382580ff62eea /testing/fts/stdint.patch | |
parent | c51482993c8410af07f96da6d9dc1dc01248c755 (diff) | |
download | aports-b2ca2d696b1f7225c10b6d5c1bf636f3125e7451.tar.bz2 aports-b2ca2d696b1f7225c10b6d5c1bf636f3125e7451.tar.xz |
Revert "main/fts: *plonk*" and move to testing
This reverts commit 01907687add4bd2c41053f1314ad423d6c9c21fe.
Diffstat (limited to 'testing/fts/stdint.patch')
-rw-r--r-- | testing/fts/stdint.patch | 10 |
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> |