summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-core/fts/fts/stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-core/fts/fts/stdint.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-core/fts/fts/stdint.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-core/fts/fts/stdint.patch b/import-layers/yocto-poky/meta/recipes-core/fts/fts/stdint.patch
new file mode 100644
index 000000000..89e6097fc
--- /dev/null
+++ b/import-layers/yocto-poky/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>
OpenPOWER on IntegriCloud