From 8a90f7f13f7dfbe794b77e8d1e15c0eb0b4465f5 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 28 Jan 2009 13:23:18 +0000 Subject: Must include tls.h before link.h to have TLS related field available in struct link_map. This change is now required after recent clean-up of installed headers. Likely we were including tls.h indirectly. Signed-off-by: Carmelo Amoroso --- test/tls/tst-tls7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tls/tst-tls7.c') diff --git a/test/tls/tst-tls7.c b/test/tls/tst-tls7.c index 3397614ae..41da2708d 100644 --- a/test/tls/tst-tls7.c +++ b/test/tls/tst-tls7.c @@ -2,8 +2,8 @@ #include #include -#include #include +#include #ifdef __UCLIBC__ #include "dl-elf.h" #include "dl-hash.h" -- cgit v1.2.3