diff options
Diffstat (limited to 'src/allocator.c')
-rw-r--r-- | src/allocator.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/allocator.c b/src/allocator.c index 2df0b90..ca91803 100644 --- a/src/allocator.c +++ b/src/allocator.c @@ -1,13 +1,12 @@ // Copyright 2011-2021 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#define _POSIX_C_SOURCE 200809L - -#include "zix_config.h" - #include "zix/allocator.h" + #include "zix/attributes.h" +#include "zix_config.h" + #ifdef _WIN32 # define WIN32_LEAN_AND_MEAN 1 # include <malloc.h> |