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