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 113e472165..84a76cfb4a 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -21,7 +21,7 @@ #include <dlfcn.h> #include <stdlib.h> #include <errno.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> extern ElfW(Addr) _dl_sysdep_start (void **start_argptr, |