diff options
Diffstat (limited to 'include/errno.h')
-rw-r--r-- | include/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h index fe8bca44c5..80c7b6ec13 100644 --- a/include/errno.h +++ b/include/errno.h @@ -19,7 +19,7 @@ extern int rtld_errno attribute_hidden; # else -# include <tls.h> /* Defines USE_TLS. */ +# include <tls.h> # if USE___THREAD # undef errno |