2002-11-25 Roland McGrath <roland@redhat.com>

* sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
	and <fpu_control.h>.
This commit is contained in:
Roland McGrath 2002-11-26 01:56:30 +00:00
parent e195fbaf78
commit 9d8b8e946c
1 changed files with 3 additions and 0 deletions

View File

@ -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 **);