diff options
| author | hansr <hk-git@circlestorm.org> | 2014-10-13 13:14:33 +0200 |
|---|---|---|
| committer | hansr <hk-git@circlestorm.org> | 2014-10-13 13:14:33 +0200 |
| commit | 4ebc9be9cd1f7c2477ebe590aaa6255be2a1eca1 (patch) | |
| tree | d4a4f42f9cbb395f8d0b0a163060e5c614285b72 /test | |
| parent | af3b46289746f00d89ff5ed65beecee83d17ae97 (diff) | |
| download | Project-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.c | 6 |
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 -- */ /* |
