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