X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffclose.c;h=7871833c0069c993ef50b89a0595bb4cb96ec1fa;hb=d7154dc8cd1b7d41d0d956b7310e59d794f1a59f;hp=a5b9e96942cbbeb6d0c310e5c34db2020c637eda;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;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 -