d
authorSteve Chamberlain <sac@cygnus>
Fri, 30 Jul 1993 18:17:38 +0000 (18:17 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 30 Jul 1993 18:17:38 +0000 (18:17 +0000)
Make sure ansidecl.h is included where needed.

15 files changed:
bfd/hosts/amix.h
bfd/hosts/apollo68.h
bfd/hosts/apollov68.h
bfd/hosts/delta88.h
bfd/hosts/dgux.h
bfd/hosts/harris.h
bfd/hosts/i386aix.h
bfd/hosts/i386isc.h
bfd/hosts/i386mach.h
bfd/hosts/i386v.h
bfd/hosts/i386v4.h
bfd/hosts/ncr3000.h
bfd/hosts/sparc-ll.h
bfd/hosts/stratus.h
bfd/hosts/we32k.h

index 848a43f..25d1e1e 100644 (file)
@@ -1,5 +1,5 @@
 /* Amiga Unix host system */
-
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 8dad598..4e7b477 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index c13dfbf..5c5dbde 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 631add2..c1b88ed 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <unistd.h>
index 0847982..058c53a 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/dg_c_generics.h>
index e628680..0d86aa1 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <unistd.h>
index d4d8d8a..ae59809 100644 (file)
@@ -1,6 +1,7 @@
 /* i386 AIX 1.2.x host system */
 /* From Minh Tran-Le <TRANLE@INTELLICORP.COM>.  */
 
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 239bcd9..5f818d9 100644 (file)
@@ -1,5 +1,6 @@
 /* Host configuration file for Interactive Unix 3.2 */
 /* From Minh Tran-Le <TRANLE@INTELLICORP.COM>.  */
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 997aa7c..60badec 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 extern int errno;              /* <errno.h> forgets to do this... */
index b81aa5b..f45bdbd 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 3e83514..0c52b2f 100644 (file)
@@ -1,5 +1,5 @@
 /* SVR4 Unix host system */
-
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 3e83514..0c52b2f 100644 (file)
@@ -1,5 +1,5 @@
 /* SVR4 Unix host system */
-
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 32618f2..d7a1181 100644 (file)
@@ -1,6 +1,6 @@
 /* Host definition file for Sun-4 running with gcc, using "long long"
    for addresses, to handle 64-bit target systems. */
-
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 6d7d50c..0386dc2 100644 (file)
@@ -1,5 +1,5 @@
 /* Stratus FTX2  host system */
-
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 9a76723..6d5dd98 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>