diff options
Diffstat (limited to 'sysdeps/unix/rewinddir.c')
-rw-r--r-- | sysdeps/unix/rewinddir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/rewinddir.c b/sysdeps/unix/rewinddir.c index 3b82895e60..7ad7bc11a3 100644 --- a/sysdeps/unix/rewinddir.c +++ b/sysdeps/unix/rewinddir.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995 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 @@ -21,7 +21,7 @@ Cambridge, MA 02139, USA. */ #include <dirent.h> #include <sys/types.h> #include <unistd.h> - +#include "dirstream.h" /* Rewind DIRP to the beginning of the directory. */ void |