We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4d314 commit 1673e44Copy full SHA for 1673e44
Objects/mimalloc/prim/wasi/prim.c
@@ -11,6 +11,7 @@ terms of the MIT license. A copy of the license can be found in the file
11
#include "mimalloc/internal.h"
12
#include "mimalloc/atomic.h"
13
#include "mimalloc/prim.h"
14
+#include <unistd.h> // sbrk()
15
16
//---------------------------------------------
17
// Initialize
0 commit comments