summaryrefslogtreecommitdiff
blob: ed55f26fc129194cc0419e3d21b2e73464617639 (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
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"