summaryrefslogtreecommitdiff
path: root/test/example.c
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2022-01-26 11:30:34 -0800
committerHans Kristian Rosbach <hk-github@circlestorm.org>2022-01-29 17:03:22 +0100
commitb7192b694cc2b6405be570b35bf1b4fc5317930e (patch)
tree3e15020c9efb173f3f4aeb292c5ac25d95b0a72a /test/example.c
parentab0a6d9fa75c004fa8db569af5043504fdfad68f (diff)
downloadProject-Tick-b7192b694cc2b6405be570b35bf1b4fc5317930e.tar.gz
Project-Tick-b7192b694cc2b6405be570b35bf1b4fc5317930e.zip
Move _POSIX_C_SOURCE define before first stdlib.h include in zbuild.h for posix_memalign.
Diffstat (limited to 'test/example.c')
-rw-r--r--test/example.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/example.c b/test/example.c
index 3963fc2f9f..33232dedda 100644
--- a/test/example.c
+++ b/test/example.c
@@ -12,9 +12,6 @@
#include "deflate.h"
#include <stdio.h>
-
-#include <string.h>
-#include <stdlib.h>
#include <stdarg.h>
#include <inttypes.h>