diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/sysdeps/x86_64/tls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/x86_64/tls.h b/linuxthreads/sysdeps/x86_64/tls.h index 17773d55bb..e886760690 100644 --- a/linuxthreads/sysdeps/x86_64/tls.h +++ b/linuxthreads/sysdeps/x86_64/tls.h @@ -20,9 +20,9 @@ #ifndef _TLS_H #define _TLS_H -# include <pt-machine.h> - #ifndef __ASSEMBLER__ + +# include <pt-machine.h> # include <stddef.h> /* Type for the dtv. */ |