summaryrefslogtreecommitdiffstats
path: root/include/fts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fts.h')
-rw-r--r--include/fts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fts.h b/include/fts.h
index 4fa4a3a..b4837cf 100644
--- a/include/fts.h
+++ b/include/fts.h
@@ -36,6 +36,9 @@
#ifndef _FTS_H_
#define _FTS_H_
+#include <sys/types.h>
+#include <nlist.h>
+
typedef struct {
struct _ftsent *fts_cur; /* current node */
struct _ftsent *fts_child; /* linked list of children */
OpenPOWER on IntegriCloud