summaryrefslogtreecommitdiffstats
path: root/src/allocator.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 16:14:45 -0400
committerDavid Robillard <d@drobilla.net>2022-06-28 18:52:19 -0400
commitacb8ea62ac287efcfb50f20cd419b70f6c5a15a9 (patch)
tree657337f0bf6566b40e3a07002697347b5e35a0d9 /src/allocator.c
parent58d7fe43076a9825cf1f99d94ce224445ab9e405 (diff)
downloadzix-acb8ea62ac287efcfb50f20cd419b70f6c5a15a9.tar.gz
zix-acb8ea62ac287efcfb50f20cd419b70f6c5a15a9.tar.bz2
zix-acb8ea62ac287efcfb50f20cd419b70f6c5a15a9.zip
Clean up build configuration
Diffstat (limited to 'src/allocator.c')
-rw-r--r--src/allocator.c7
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>