diff options
Diffstat (limited to 'assert/assert-perr.c')
-rw-r--r-- | assert/assert-perr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assert/assert-perr.c b/assert/assert-perr.c index ab6f55f7e2..5b84acef12 100644 --- a/assert/assert-perr.c +++ b/assert/assert-perr.c @@ -25,6 +25,7 @@ extern const char *__assert_program_name; /* In assert.c. */ #ifdef USE_IN_LIBIO +# include <libo/iolibio.h> # define fflush(s) _IO_fflush (s) #endif |