summaryrefslogtreecommitdiff
path: root/dirent
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-01-06 15:32:10 +0000
committerRoland McGrath <roland@gnu.org>1994-01-06 15:32:10 +0000
commit63e159937f76b693ad1120935575d7bf2aeba026 (patch)
tree62d02dcddf462687d8a9b87345f9874b8d94f83b /dirent
parent382eff3736ab0a2eb2f44cf6ffa66dcbb3731f13 (diff)
entered into RCS
Diffstat (limited to 'dirent')
-rw-r--r--dirent/dirent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dirent/dirent.h b/dirent/dirent.h
index dbc2e7d9fe..32032d8a4f 100644
--- a/dirent/dirent.h
+++ b/dirent/dirent.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -88,6 +88,8 @@ extern void rewinddir __P ((DIR * __dirp));
#endif
#include <gnu/types.h>
+#define __need_size_t
+#include <stddef.h>
/* Seek to position POS on DIRP. */
extern void seekdir __P ((DIR * __dirp, __off_t __pos));