Include stdlib

This commit is contained in:
Anuraag Agrawal 2023-06-01 11:16:56 +09:00
parent c4c3a08236
commit 4467afbcd7

View file

@ -8,6 +8,7 @@ terms of the MIT license. A copy of the license can be found in the file
// This file is included in `src/prim/prim.c` // This file is included in `src/prim/prim.c`
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include "mimalloc.h" #include "mimalloc.h"
#include "mimalloc/internal.h" #include "mimalloc/internal.h"