diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-26 01:56:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-26 01:56:30 +0000 |
commit | 9d8b8e946ce7b43b44639525d867710eb62a4e27 (patch) | |
tree | f136fef817df2c600cd4f6e9969206d18b96d7cf /sysdeps/mach | |
parent | e195fbaf78e9796ff44580ca33c87bef1e69a164 (diff) | |
download | glibc-9d8b8e946ce7b43b44639525d867710eb62a4e27.tar glibc-9d8b8e946ce7b43b44639525d867710eb62a4e27.tar.gz glibc-9d8b8e946ce7b43b44639525d867710eb62a4e27.tar.bz2 glibc-9d8b8e946ce7b43b44639525d867710eb62a4e27.zip |
2002-11-25 Roland McGrath <roland@redhat.com>
* sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
and <fpu_control.h>.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/i386/init-first.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/init-first.c b/sysdeps/mach/hurd/i386/init-first.c index af79d87d08..30024af7c1 100644 --- a/sysdeps/mach/hurd/i386/init-first.c +++ b/sysdeps/mach/hurd/i386/init-first.c @@ -28,6 +28,9 @@ #include "hurdmalloc.h" /* XXX */ #include "../locale/localeinfo.h" +#include <ldsodefs.h> +#include <fpu_control.h> + extern void __mach_init (void); extern void __libc_init (int, char **, char **); extern void __init_misc (int, char **, char **); |