diff options
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index 2a03921101..c497d2e34e 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -27,7 +27,7 @@ #include <sys/mman.h> /* Check whether MAP_COPY is defined. */ #include <sys/param.h> #include <bits/libc-lock.h> -#include <elf/ldsodefs.h> +#include <ldsodefs.h> #include <dl-dst.h> |