diff options
Diffstat (limited to 'elf/tst-tls3.c')
-rw-r--r-- | elf/tst-tls3.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/elf/tst-tls3.c b/elf/tst-tls3.c index 58bb183c8d..84be43575b 100644 --- a/elf/tst-tls3.c +++ b/elf/tst-tls3.c @@ -2,10 +2,11 @@ #include <stdio.h> #include <tls.h> -#include "tls-macros.h" - #ifdef USE_TLS +# include "tls-macros.h" + + /* One define int variable, two externs. */ COMMON_INT_DECL(foo); VAR_INT_DECL(bar); |