diff options
Diffstat (limited to 'assert')
-rw-r--r-- | assert/assert.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/assert/assert.c b/assert/assert.c index 803015f0f4..40fedb72e8 100644 --- a/assert/assert.c +++ b/assert/assert.c @@ -30,11 +30,9 @@ extern const char *__progname; -#ifdef USE_IN_LIBIO -# include <wchar.h> -# include <libio/iolibio.h> -# define fflush(s) INTUSE(_IO_fflush) (s) -#endif +#include <wchar.h> +#include <libio/iolibio.h> +#define fflush(s) INTUSE(_IO_fflush) (s) /* This function, when passed a string containing an asserted expression, a filename, and a line number, prints a message |