diff options
Diffstat (limited to 'sysdeps/nptl/malloc-machine.h')
-rw-r--r-- | sysdeps/nptl/malloc-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/malloc-machine.h b/sysdeps/nptl/malloc-machine.h index a3d10892bf..c0ec49ee56 100644 --- a/sysdeps/nptl/malloc-machine.h +++ b/sysdeps/nptl/malloc-machine.h @@ -23,7 +23,7 @@ #undef thread_atfork_static #include <atomic.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> __libc_lock_define (typedef, mutex_t) |