summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-13 13:14:33 +0200
committerhansr <hk-git@circlestorm.org>2014-10-13 13:14:33 +0200
commit4ebc9be9cd1f7c2477ebe590aaa6255be2a1eca1 (patch)
treed4a4f42f9cbb395f8d0b0a163060e5c614285b72 /test
parentaf3b46289746f00d89ff5ed65beecee83d17ae97 (diff)
downloadProject-Tick-4ebc9be9cd1f7c2477ebe590aaa6255be2a1eca1.tar.gz
Project-Tick-4ebc9be9cd1f7c2477ebe590aaa6255be2a1eca1.zip
Fix compilation of test/infcover.c on linux
Diffstat (limited to 'test')
-rw-r--r--test/infcover.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/infcover.c b/test/infcover.c
index fe3d9203a0..0e582ac697 100644
--- a/test/infcover.c
+++ b/test/infcover.c
@@ -19,6 +19,12 @@
#define local static
+/* reallocf is BSD-specific */
+#ifndef reallocf
+# define reallocf realloc
+#endif
+
+
/* -- memory tracking routines -- */
/*