about summary refs log tree commit diff
path: root/assert
diff options
context:
space:
mode:
Diffstat (limited to 'assert')
-rw-r--r--assert/assert-perr.c1
-rw-r--r--assert/assert.c1
2 files changed, 2 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
 
diff --git a/assert/assert.c b/assert/assert.c
index 1640fb0e77..7a30f533c6 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