From 37d5ce94983e7103c9a0e0752db229aa60e7b0f7 Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Wed, 21 Dec 2022 12:09:52 -0800 Subject: [PATCH] comment out include --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index 472170dc..18261fbf 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -814,8 +814,8 @@ mi_decl_nodiscard mi_decl_restrict char* mi_heap_realpath(mi_heap_t* heap, const } } #else -#include // pathconf /* +#include // pathconf static size_t mi_path_max(void) { static size_t path_max = 0; if (path_max <= 0) {