summaryrefslogtreecommitdiffstats
path: root/main/fts/stdint.patch
blob: 1ad7157e58da3f632fb146f8d4530e41ed7ac56c (plain)
1
2
3
4
5
6
7
8
9
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>