diff options
Diffstat (limited to 'sysdeps/mach/hurd/seekdir.c')
-rw-r--r-- | sysdeps/mach/hurd/seekdir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/seekdir.c b/sysdeps/mach/hurd/seekdir.c index 9f585eba63..fa4f1f4f52 100644 --- a/sysdeps/mach/hurd/seekdir.c +++ b/sysdeps/mach/hurd/seekdir.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 @@ -21,6 +21,7 @@ Cambridge, MA 02139, USA. */ #include <stddef.h> #include <dirent.h> #include <unistd.h> +#include "dirstream.h" /* Seek to position POS in DIRP. */ void |