X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffclose.c;h=c4f5d8a1b1bdc02cb928a023960fd00968e7210c;hp=dbd7f6eebbf12199ea8d7a80bbaf566f11035115;hb=6ca24b75c75b9c6f22e1e69693d326b8e3330841;hpb=6cb7e8dab67e8807aad79c3bdc8f96d78a5e5dbc diff --git a/functions/stdio/fclose.c b/functions/stdio/fclose.c index dbd7f6e..c4f5d8a 100644 --- a/functions/stdio/fclose.c +++ b/functions/stdio/fclose.c @@ -12,6 +12,7 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> +#include extern struct _PDCLIB_file_t * _PDCLIB_filelist;