diff options
Diffstat (limited to 'arch/um/os-Linux/sys-i386/tls.c')
-rw-r--r-- | arch/um/os-Linux/sys-i386/tls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/os-Linux/sys-i386/tls.c b/arch/um/os-Linux/sys-i386/tls.c index 256532034c62..8ba132482970 100644 --- a/arch/um/os-Linux/sys-i386/tls.c +++ b/arch/um/os-Linux/sys-i386/tls.c | |||
@@ -5,6 +5,7 @@ | |||
5 | #include <unistd.h> | 5 | #include <unistd.h> |
6 | 6 | ||
7 | #include "sysdep/tls.h" | 7 | #include "sysdep/tls.h" |
8 | #include "user.h" | ||
8 | #include "user_util.h" | 9 | #include "user_util.h" |
9 | 10 | ||
10 | /* Checks whether host supports TLS, and sets *tls_min according to the value | 11 | /* Checks whether host supports TLS, and sets *tls_min according to the value |