diff options
Diffstat (limited to 'elf/dl-profstub.c')
-rw-r--r-- | elf/dl-profstub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-profstub.c b/elf/dl-profstub.c index 55304a73df..db6693bdce 100644 --- a/elf/dl-profstub.c +++ b/elf/dl-profstub.c @@ -1,5 +1,5 @@ /* Helper definitions for profiling of shared libraries. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -20,7 +20,7 @@ #include <dlfcn.h> #include <elf.h> -#include <elf/ldsodefs.h> +#include <ldsodefs.h> /* This is the map for the shared object we profile. It is defined here only because we test for this value being NULL or not. */ |