From 379be4bd6976e0978a3a320598eacd98708ee1f2 Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 7 May 1997 02:27:18 +0000 Subject: Make a lot of include-files self-contained. I excluded the patches changing int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange --- include/fts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/fts.h') 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 +#include + typedef struct { struct _ftsent *fts_cur; /* current node */ struct _ftsent *fts_child; /* linked list of children */ -- cgit v1.1