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) {