summaryrefslogtreecommitdiff
blob: c769845341bd46ff75bf21d530f8b8c9aae412c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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 <stdio.h>
+#include <stdlib.h>
 
 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 <stdio.h>
+#include <string.h>
 #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 <stdio.h>
+#include <string.h>
 #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 <stdio.h>
+#include <string.h>
 #include "system.h"
 #include "new.h"
 #include "symtab.h"