diff options
Diffstat (limited to 'elf/dl-minimal.c')
-rw-r--r-- | elf/dl-minimal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c index 249ff71..7c9a612 100644 --- a/elf/dl-minimal.c +++ b/elf/dl-minimal.c @@ -1,5 +1,5 @@ /* Minimal replacements for basic facilities used in the dynamic linker. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,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 @@ -23,7 +23,7 @@ #include <unistd.h> #include <sys/types.h> #include <sys/mman.h> -#include <elf/ldsodefs.h> +#include <ldsodefs.h> #include <stdio-common/_itoa.h> #include <assert.h> |