X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2F_PDCLIB_flushbuffer.c;fp=functions%2Fstdio%2F_PDCLIB_flushbuffer.c;h=7ee0d93c35730aa08b1baaa28128d2e735f23f16;hb=0a419d48138f1411d6e3e50a367b9ece5a2cf893;hp=ffbbb4f088c88ef84767a056e3570fd7c78055a4;hpb=702e9008178bdb5c1b123b963868c946537fb7f5;p=pdclib 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 ) ) {