math: move x87-family fabs functions to C with inline asm
[musl] / src / malloc / lite_malloc.c
index 49157d3..050d84f 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdint.h>
 #include <limits.h>
 #include <errno.h>
-#include "libc.h"
+#include "lock.h"
 #include "malloc_impl.h"
 
 #define ALIGN 16