Included needed headers for compiling with musl Signed-off-by: Khem Raj Upstream-Status: Inappropriate --- fts.orig/fts.h +++ fts/fts.h @@ -38,6 +38,17 @@ #ifndef _FTS_H_ #define _FTS_H_ +#include +#include +#include + +#include +#include +#include +#include +#include +#include + typedef struct { struct _ftsent *fts_cur; /* current node */ struct _ftsent *fts_child; /* linked list of children */