aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/fts/fts/stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/fts/fts/stdint.patch')
-rw-r--r--meta/recipes-core/fts/fts/stdint.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/fts/fts/stdint.patch b/meta/recipes-core/fts/fts/stdint.patch
new file mode 100644
index 0000000000..89e6097fcb
--- /dev/null
+++ b/meta/recipes-core/fts/fts/stdint.patch
@@ -0,0 +1,15 @@
+Include stdint.h for u_* typedefs
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+Upstream-Status: Inappropriate
+
+--- ./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>