aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/no-tsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/no-tsd.c')
-rw-r--r--linuxthreads/no-tsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/no-tsd.c b/linuxthreads/no-tsd.c
index de6c2945aa..c1cc3adc0f 100644
--- a/linuxthreads/no-tsd.c
+++ b/linuxthreads/no-tsd.c
@@ -18,6 +18,7 @@
Boston, MA 02111-1307, USA. */
#include <sys/cdefs.h> /* for __const */
+#include <stdlib.h>
#include <bits/libc-tsd.h>
#if !(USE_TLS && HAVE___THREAD)