X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2F_PDCLIB_flushbuffer.c;h=7ee0d93c35730aa08b1baaa28128d2e735f23f16;hb=06630c64aa2ac5b8ec55c3c0509e69da4d81a22b;hp=ffbbb4f088c88ef84767a056e3570fd7c78055a4;hpb=c5d49235e09fbd58416f10dec2799e61cf3431c8;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 ) ) {