summaryrefslogtreecommitdiff
path: root/include/fts.h
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
commit48ea0bec18feafd62cc2f7df74234da2e504e86a (patch)
tree06c901b37e9f1535a72cd438fa75be9f98adaa7a /include/fts.h
parent89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff)
downloadsrc-test2-48ea0bec18feafd62cc2f7df74234da2e504e86a.tar.gz
src-test2-48ea0bec18feafd62cc2f7df74234da2e504e86a.zip
Notes
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 4fa4a3aa0ded..b4837cf29137 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 */