From 3ce1f2959437e952b9db4eaeed2407424f11a4d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Sep 2011 14:34:15 -0400 Subject: Cleanup of configuration options Make several tool features mandatory and simplify the code. --- assert/assert.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'assert') 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 -# include -# define fflush(s) INTUSE(_IO_fflush) (s) -#endif +#include +#include +#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 -- cgit 1.4.1