about summary refs log tree commit diff
path: root/nptl/sysdeps/x86_64/tls.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-05 00:44:01 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-05 00:44:01 +0000
commit33b5d0cc7fe59c963efc7d450d4cf631712be73f (patch)
tree0b0f13b321ae8f93f556fef68e05a13f63c879b0 /nptl/sysdeps/x86_64/tls.h
parentabbd6175b483bec001a425d11362e4824ecf6c7d (diff)
downloadglibc-33b5d0cc7fe59c963efc7d450d4cf631712be73f.tar.gz
glibc-33b5d0cc7fe59c963efc7d450d4cf631712be73f.tar.xz
glibc-33b5d0cc7fe59c963efc7d450d4cf631712be73f.zip
Update.
2002-12-05  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/tls.h: Include stdlib.h.
	* sysdeps/x86_64/tls.h: Likewise.
Diffstat (limited to 'nptl/sysdeps/x86_64/tls.h')
-rw-r--r--nptl/sysdeps/x86_64/tls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/x86_64/tls.h b/nptl/sysdeps/x86_64/tls.h
index 8a4b718cf0..af3d202d5b 100644
--- a/nptl/sysdeps/x86_64/tls.h
+++ b/nptl/sysdeps/x86_64/tls.h
@@ -23,6 +23,7 @@
 #ifndef __ASSEMBLER__
 # include <stddef.h>
 # include <stdint.h>
+# include <stdlib.h>
 
 
 /* Type for the dtv.  */