diff options
Diffstat (limited to 'elf/tst-tls2.c')
-rw-r--r-- | elf/tst-tls2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/elf/tst-tls2.c b/elf/tst-tls2.c index a15c5f5fe8..417489968e 100644 --- a/elf/tst-tls2.c +++ b/elf/tst-tls2.c @@ -2,10 +2,11 @@ #include <stdio.h> #include <tls.h> -#include "tls-macros.h" - #ifdef USE_TLS +# include "tls-macros.h" + + /* Two 'int' variables in TLS. */ VAR_INT_DEF(foo); VAR_INT_DEF(bar); |