diff options
Diffstat (limited to 'elf/dl-error.c')
-rw-r--r-- | elf/dl-error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-error.c b/elf/dl-error.c index eda2725c5f..fbf5fce04f 100644 --- a/elf/dl-error.c +++ b/elf/dl-error.c @@ -1,5 +1,5 @@ /* Error handling for runtime dynamic linker. - Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,99,2000 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,7 +21,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <elf/ldsodefs.h> +#include <ldsodefs.h> #include <bits/libc-tsd.h> /* This structure communicates state between _dl_catch_error and |