diff --git a/extras/fixture/src/unity_fixture.c b/extras/fixture/src/unity_fixture.c index a089b5a..b7a7de0 100644 --- a/extras/fixture/src/unity_fixture.c +++ b/extras/fixture/src/unity_fixture.c @@ -162,6 +162,14 @@ void UnityMalloc_MakeMallocFailAfterCount(int countdown) #undef free #endif +#ifdef calloc +#undef calloc +#endif + +#ifdef realloc +#undef realloc +#endif + #include #include