From e6fb95871cd3557e5882a6f969c11bc6a3cbe781 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 8 Sep 2014 13:49:36 +0200 Subject: Turn on -Werror=implicit-function-declaration GCC 4.4, the minimum compiler version, supports this option. Unlike other warnings, -Wimplicit-function-declaration warnings should be independent of compiler versions, so this change should not cause compiler-specific build failures. --- stdlib/tst-tls-atexit-lib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdlib') diff --git a/stdlib/tst-tls-atexit-lib.c b/stdlib/tst-tls-atexit-lib.c index 964f94b276..b67d62fb9e 100644 --- a/stdlib/tst-tls-atexit-lib.c +++ b/stdlib/tst-tls-atexit-lib.c @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see . */ +#include + extern void *__dso_handle; typedef struct -- cgit v1.2.3