X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmalloc%2Flite_malloc.c;h=050d84f648bcc690f97d704ce7232089b9a256f0;hb=c24a9923863fc29af4a5249727fe800224fc3c44;hp=49157d36515720ccacbb28dc9037de0c50e05fed;hpb=55a1c9c89028f8930e5f65fe5484fa7ba0e18853;p=musl diff --git a/src/malloc/lite_malloc.c b/src/malloc/lite_malloc.c index 49157d36..050d84f6 100644 --- a/src/malloc/lite_malloc.c +++ b/src/malloc/lite_malloc.c @@ -2,7 +2,7 @@ #include #include #include -#include "libc.h" +#include "lock.h" #include "malloc_impl.h" #define ALIGN 16