diff options
Diffstat (limited to 'elf/dladdr.c')
-rw-r--r-- | elf/dladdr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elf/dladdr.c b/elf/dladdr.c index d82a9e78cb..3456aae9ad 100644 --- a/elf/dladdr.c +++ b/elf/dladdr.c @@ -1,5 +1,5 @@ /* Locate the shared object symbol nearest a given address. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998 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 @@ -17,9 +17,9 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <stddef.h> -#include <link.h> #include <dlfcn.h> +#include <stddef.h> +#include <elf/ldsodefs.h> int |