about summary refs log tree commit diff
path: root/linuxthreads/no-tsd.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-09 17:00:06 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-09 17:00:06 +0000
commit65e6f476b041657cf924d77e35e48bf1c9e0b284 (patch)
tree07300c605a3d2e88dad80a4584af406a754ab3e1 /linuxthreads/no-tsd.c
parentd3c79d4ae79b0fa30df1948e77a47e898efdca30 (diff)
downloadglibc-65e6f476b041657cf924d77e35e48bf1c9e0b284.tar.gz
glibc-65e6f476b041657cf924d77e35e48bf1c9e0b284.tar.xz
glibc-65e6f476b041657cf924d77e35e48bf1c9e0b284.zip
Update.
2002-10-09  Jakub Jelinek  <jakub@redhat.com>

	* no-tsd.c: Include stdlib.h.
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)