summaryrefslogtreecommitdiffstats
path: root/test/test_malloc.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-10 20:11:45 -0400
committerDavid Robillard <d@drobilla.net>2021-09-10 20:54:28 -0400
commit1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0 (patch)
tree917f42d6b9dae4884330e950d8beb3d115ce4bd5 /test/test_malloc.h
parentf522f8e480e8ef95ecb5e597ff3a22700d9ac9cf (diff)
downloadzix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.tar.gz
zix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.tar.bz2
zix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.zip
Move attribute definitions to a separate header
Diffstat (limited to 'test/test_malloc.h')
-rw-r--r--test/test_malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_malloc.h b/test/test_malloc.h
index 0d64e46..fdd2098 100644
--- a/test/test_malloc.h
+++ b/test/test_malloc.h
@@ -14,7 +14,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "zix/common.h"
+#include "zix/attributes.h"
#include <stddef.h>