diff -ur mozart-1.3.2.20060615.orig/contrib/ri/sigfpe.c mozart-1.3.2.20060615/contrib/ri/sigfpe.c --- mozart-1.3.2.20060615.orig/contrib/ri/sigfpe.c 2006-03-21 20:36:08.000000000 +1200 +++ mozart-1.3.2.20060615/contrib/ri/sigfpe.c 2007-02-17 12:46:25.000000000 +1300 @@ -1,6 +1,7 @@ #include "sigfpe.h" #include "ieeefp.h" #include +#include static void sigfpe_abort(int i, siginfo_t *info, ucontext_mozart_t *fpu_state) { diff -ur mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/conflicts.c mozart-1.3.2.20060615/platform/tools/gump/ozbison/conflicts.c --- mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/conflicts.c 1998-12-17 02:55:09.000000000 +1300 +++ mozart-1.3.2.20060615/platform/tools/gump/ozbison/conflicts.c 2007-02-11 20:51:52.000000000 +1300 @@ -18,6 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include +#include #include "system.h" #include "machine.h" #include "new.h" diff -ur mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/print.c mozart-1.3.2.20060615/platform/tools/gump/ozbison/print.c --- mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/print.c 1998-02-07 00:30:27.000000000 +1300 +++ mozart-1.3.2.20060615/platform/tools/gump/ozbison/print.c 2007-02-11 20:51:20.000000000 +1300 @@ -19,6 +19,7 @@ #include +#include #include "system.h" #include "machine.h" #include "new.h" diff -ur mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/symtab.c mozart-1.3.2.20060615/platform/tools/gump/ozbison/symtab.c --- mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/symtab.c 1998-02-07 00:30:29.000000000 +1300 +++ mozart-1.3.2.20060615/platform/tools/gump/ozbison/symtab.c 2007-02-11 20:50:03.000000000 +1300 @@ -19,6 +19,7 @@ #include +#include #include "system.h" #include "new.h" #include "symtab.h"