From 4467afbcd74896c672dbdb3f1a5ea42866c884ae Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Thu, 1 Jun 2023 11:16:56 +0900 Subject: [PATCH] Include stdlib --- src/prim/wasi/prim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prim/wasi/prim.c b/src/prim/wasi/prim.c index 0c9b31ed..9b09ba0e 100644 --- a/src/prim/wasi/prim.c +++ b/src/prim/wasi/prim.c @@ -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` #include +#include #include "mimalloc.h" #include "mimalloc/internal.h"