diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
| commit | 48ea0bec18feafd62cc2f7df74234da2e504e86a (patch) | |
| tree | 06c901b37e9f1535a72cd438fa75be9f98adaa7a /lib/libc | |
| parent | 89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/fts-compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h index 4fa4a3aa0ded..b4837cf29137 100644 --- a/lib/libc/gen/fts-compat.h +++ b/lib/libc/gen/fts-compat.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 */ |
