mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-12 06:08:42 +03:00
Include stdlib
This commit is contained in:
parent
c4c3a08236
commit
4467afbcd7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue