X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2F_PDCLIB_flushbuffer.c;h=7ee0d93c35730aa08b1baaa28128d2e735f23f16;hb=3309ec3ad8a5db735eaa2de7f5dc6a331d8e7319;hp=ffbbb4f088c88ef84767a056e3570fd7c78055a4;hpb=99677c35ae2bfd651274191143e140d730fc9925;p=pdclib.old diff --git a/functions/stdio/_PDCLIB_flushbuffer.c b/functions/stdio/_PDCLIB_flushbuffer.c index ffbbb4f..7ee0d93 100644 --- a/functions/stdio/_PDCLIB_flushbuffer.c +++ b/functions/stdio/_PDCLIB_flushbuffer.c @@ -9,8 +9,9 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> +#include <_PDCLIB_io.h> -int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream ) +int _PDCLIB_flushbuffer( FILE * stream ) { if ( ! ( stream->status & _PDCLIB_FBIN ) ) {