Import stdio

This commit is contained in:
Anuraag Agrawal 2023-06-01 11:15:53 +09:00
parent 40b2830b16
commit c4c3a08236

View file

@ -7,6 +7,8 @@ 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`
#include <stdio.h>
#include "mimalloc.h"
#include "mimalloc/internal.h"
#include "mimalloc/atomic.h"