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