diff options
author | Miles Bader <miles@gnu.org> | 1996-01-27 16:50:56 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-27 16:50:56 +0000 |
commit | 851251b807d4c788772e414750a1ff5beeaf8ef3 (patch) | |
tree | 3ab0248294f27ec46d3488363e10d76978c566f6 | |
parent | df12c601cd8ddd0f60e5cabbef52cd48d5c22dc9 (diff) |
Include <fcntl.h>.
-rw-r--r-- | libdiskfs/dir-readdir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/dir-readdir.c b/libdiskfs/dir-readdir.c index 23e24213..c66b2dce 100644 --- a/libdiskfs/dir-readdir.c +++ b/libdiskfs/dir-readdir.c @@ -19,6 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ +#include <fcntl.h> #include "priv.h" #include "fs_S.h" |