diff options
Diffstat (limited to 'malloc/thread-m.h')
-rw-r--r-- | malloc/thread-m.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/thread-m.h b/malloc/thread-m.h index 8307f256ff..9afd058ccb 100644 --- a/malloc/thread-m.h +++ b/malloc/thread-m.h @@ -28,7 +28,7 @@ #if defined(_LIBC) /* The GNU C library, a special case of Posix threads */ -#include <libc-lock.h> +#include <bits/libc-lock.h> #ifdef PTHREAD_MUTEX_INITIALIZER |