aports/main/fts/stdint.patch
Natanael Copa ed783c0706 main/fts: build fix
needs include stdint.h
2011-04-05 14:02:23 +00:00

11 lines
189 B
Diff

--- ./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>