diff options
Diffstat (limited to 'lib/windows-tls.c')
-rw-r--r-- | lib/windows-tls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/windows-tls.c b/lib/windows-tls.c index 87aa454da7..0f1979e103 100644 --- a/lib/windows-tls.c +++ b/lib/windows-tls.c @@ -21,6 +21,8 @@ /* Specification. */ #include "windows-tls.h" +#include <errno.h> + int glwthread_tls_key_create (glwthread_tls_key_t *keyp, void (*destructor) (void *)) { |