aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/fts/fts/stdint.patch
blob: 89e6097fcb5a7aaae44f00315270157ef606b7b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>