diff options
Diffstat (limited to 'sysdeps/unix/bsd/telldir.c')
-rw-r--r-- | sysdeps/unix/bsd/telldir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/telldir.c b/sysdeps/unix/bsd/telldir.c index 0321f954b8..dbab289a37 100644 --- a/sysdeps/unix/bsd/telldir.c +++ b/sysdeps/unix/bsd/telldir.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994 Free Software Foundation, Inc. +/* Copyright (C) 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 @@ -23,6 +23,7 @@ Cambridge, MA 02139, USA. */ #include <unistd.h> #include <sys/types.h> #include <stdlib.h> +#include "dirstream.h" /* Internal data structure for telldir and seekdir. */ struct record |