X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Frealloc.c;h=cbc01d4bb74ee33ffd930a056119a69dc0cf7606;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=d64d756b25931fe4ae12f25ed996771027949e98;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/functions/stdlib/realloc.c b/functions/stdlib/realloc.c index d64d756..cbc01d4 100644 --- a/functions/stdlib/realloc.c +++ b/functions/stdlib/realloc.c @@ -44,6 +44,7 @@ void * realloc( void * ptr, size_t size ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -53,4 +54,3 @@ int main( void ) } #endif -