diff --git a/src/static.c b/src/static.c index bf86166..0b8caa2 100644 --- a/src/static.c +++ b/src/static.c @@ -4,7 +4,9 @@ This is free software; you can redistribute it and/or modify it under the terms of the MIT license. A copy of the license can be found in the file "LICENSE" at the root of this distribution. -----------------------------------------------------------------------------*/ +#ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE +#endif #include "mimalloc.h" #include "mimalloc-internal.h"