diff options
Diffstat (limited to 'sysdeps/mach/hurd/telldir.c')
-rw-r--r-- | sysdeps/mach/hurd/telldir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/telldir.c b/sysdeps/mach/hurd/telldir.c index 7ce8d1f061..ccde257a23 100644 --- a/sysdeps/mach/hurd/telldir.c +++ b/sysdeps/mach/hurd/telldir.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994, 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 |