summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tls.c b/tls.c
index ba3cab5..73dd6b5 100644
--- a/tls.c
+++ b/tls.c
@@ -10,6 +10,7 @@
#include <assert.h>
#include <fcntl.h>
#include <limits.h>
+#include <string.h>
#if defined HAVE_PTHREAD_H
#include <pthread.h>
#endif