Include libioP.h for _IO_flush_all_lockp prototype.

This commit is contained in:
Andreas Jaeger 2001-11-29 11:11:36 +00:00
parent 8343eaee4a
commit f43cc81c01
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#endif
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>
# include <libio/libioP.h>
# define fflush(s) _IO_flush_all_lockp (0)
#endif