diff options
Diffstat (limited to 'malloc')
-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 df10128..9c92c12 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -22,7 +22,7 @@ # define _MALLOC_INTERNAL # include <malloc.h> # include <mcheck.h> -# include <bits/libc-lock.h> +# include <libc-lock.h> #endif #include <dlfcn.h> |