X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=inline;f=functions%2Fstdio%2Ffclose.c;h=7871833c0069c993ef50b89a0595bb4cb96ec1fa;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=a5b9e96942cbbeb6d0c310e5c34db2020c637eda;hpb=2040228f27d623585d339dec175c4e779ca9edb5;p=pdclib diff --git a/functions/stdio/fclose.c b/functions/stdio/fclose.c index a5b9e96..7871833 100644 --- a/functions/stdio/fclose.c +++ b/functions/stdio/fclose.c @@ -8,6 +8,7 @@ #include #ifndef REGTEST + #include "_PDCLIB_glue.h" extern struct _PDCLIB_file_t * _PDCLIB_filelist; @@ -66,6 +67,7 @@ int fclose( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -97,4 +99,3 @@ int main( void ) } #endif -