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 2db1c02148..5429d181cb 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -26,7 +26,7 @@ #include <unistd.h> #include <sys/mman.h> /* Check whether MAP_COPY is defined. */ #include <sys/param.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <ldsodefs.h> #include <caller.h> #include <sysdep-cancel.h> |