X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Ffree.c;h=b1cdc75a9d6095ed663b51435448a8720e21cefa;hp=2dc9d6d1bd95f5134afab8dde9d58fa3ddec4400;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/stdlib/free.c b/functions/stdlib/free.c index 2dc9d6d..b1cdc75 100644 --- a/functions/stdlib/free.c +++ b/functions/stdlib/free.c @@ -37,7 +37,9 @@ void free( void * ptr ) #endif #ifdef TEST + #include "_PDCLIB_test.h" + #include int main( void )