small fixes

This commit is contained in:
Daan Leijen 2023-03-14 18:24:38 -07:00
parent 10f62eb5a1
commit 4348a05d0f
5 changed files with 32 additions and 20 deletions

View file

@ -9,7 +9,8 @@ terms of the MIT license. A copy of the license can be found in the file
#include "mimalloc-atomic.h"
#include "prim/prim.h" // mi_prim_out_stderr
#include <stdio.h>
#include <stdio.h> // FILE
#include <stdlib.h> // abort
#include <stdarg.h>