diff options
Diffstat (limited to 'elf/tst-tlsmod3.c')
-rw-r--r-- | elf/tst-tlsmod3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/tst-tlsmod3.c b/elf/tst-tlsmod3.c index ff4a4460b9..087c11b7a0 100644 --- a/elf/tst-tlsmod3.c +++ b/elf/tst-tlsmod3.c @@ -1,9 +1,10 @@ #include <stdio.h> #include <tls.h> -#include "tls-macros.h" #ifdef USE_TLS +# include "tls-macros.h" + extern int in_dso (int n, int *caller_foop); COMMON_INT_DEF(comm_n); |