diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 05:54:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 05:54:40 +0000 |
commit | bdf09fab1b2097bacf7a02e32beacf964825eee6 (patch) | |
tree | 29e74f8470a3a2fe4307d399723dfdccfdafa6d2 /linuxthreads/sysdeps/i386 | |
parent | 697568d1b48a497024bca234483a157cee79c7a2 (diff) | |
download | glibc-bdf09fab1b2097bacf7a02e32beacf964825eee6.tar.gz glibc-bdf09fab1b2097bacf7a02e32beacf964825eee6.tar.xz glibc-bdf09fab1b2097bacf7a02e32beacf964825eee6.zip |
Update.
2000-06-20 Ulrich Drepper <drepper@redhat.com> * math/libm-test.inc: Include <strcmp.h>.
Diffstat (limited to 'linuxthreads/sysdeps/i386')
-rw-r--r-- | linuxthreads/sysdeps/i386/useldt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/i386/useldt.h b/linuxthreads/sysdeps/i386/useldt.h index bd527a3d3c..10cc3d41a3 100644 --- a/linuxthreads/sysdeps/i386/useldt.h +++ b/linuxthreads/sysdeps/i386/useldt.h @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include <stddef.h> /* For offsetof. */ +#include <stdlib.h> /* For abort(). */ /* We don't want to include the kernel header. So duplicate the |