diff options
Diffstat (limited to 'elf/dlopen.c')
-rw-r--r-- | elf/dlopen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elf/dlopen.c b/elf/dlopen.c index 4963e9962e..d616e489f2 100644 --- a/elf/dlopen.c +++ b/elf/dlopen.c @@ -1,5 +1,5 @@ /* Load a shared object at run time. - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 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> struct dlopen_args { |