about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog2
-rw-r--r--linuxthreads/sysdeps/i386/tls.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c243f554f2..a4ab63ca2e 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,7 @@
 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/tls.h: Include <stddef.h> for size_t.
+
 	* sysdeps/i386/tls.h: Define THREAD_DTV.
 
 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h
index ed95e210c7..870832c6f0 100644
--- a/linuxthreads/sysdeps/i386/tls.h
+++ b/linuxthreads/sysdeps/i386/tls.h
@@ -20,6 +20,8 @@
 #ifndef _TLS_H
 #define _TLS_H
 
+#include <stddef.h>
+
 /* Type for the dtv.  */
 typedef union dtv
 {