diff options
Diffstat (limited to 'sysdeps/unix/telldir.c')
-rw-r--r-- | sysdeps/unix/telldir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/telldir.c b/sysdeps/unix/telldir.c index c473bbc29d..5dbf1ca3c1 100644 --- a/sysdeps/unix/telldir.c +++ b/sysdeps/unix/telldir.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 @@ -22,6 +22,7 @@ Cambridge, MA 02139, USA. */ #include <dirent.h> #include <unistd.h> #include <sys/types.h> +#include "dirstream.h" /* Return the current position of DIRP. */ off_t |