diff options
Diffstat (limited to 'malloc/mtrace.c')
-rw-r--r-- | malloc/mtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/mtrace.c b/malloc/mtrace.c index 35380a0..3f0cbb9 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -25,7 +25,7 @@ #define _MALLOC_INTERNAL #include <malloc.h> #include <mcheck.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #endif #include <stdio.h> |