diff --git a/extras/fixture/src/unity_fixture.c b/extras/fixture/src/unity_fixture.c index a089b5a93b0514107ccb2438279922b0f9823d3a..b7a7de04d53667b6a8b21b7881684a9d1982af2b 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