X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fcloseall.c;h=3c928e747322eb44e018a68003e86c555b533e35;hp=6c2bed4f1ba0f4e5b23944fc14b722e761942228;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/_PDCLIB/closeall.c b/functions/_PDCLIB/closeall.c index 6c2bed4..3c928e7 100644 --- a/functions/_PDCLIB/closeall.c +++ b/functions/_PDCLIB/closeall.c @@ -25,6 +25,7 @@ void _PDCLIB_closeall( void ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -34,4 +35,3 @@ int main( void ) } #endif -