diff --git a/testcode/petal.c b/testcode/petal.c index 46df6c169..5cfc7da54 100644 --- a/testcode/petal.c +++ b/testcode/petal.c @@ -56,6 +56,12 @@ #include #include #include +#ifdef malloc +#undef malloc +#endif +#ifdef free +#undef free +#endif /** verbosity for this application */ static int verb = 0;