mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
d
Make sure ansidecl.h is included where needed.
This commit is contained in:
parent
73e77bc3da
commit
f751f474f4
@ -1,5 +1,5 @@
|
||||
/* Amiga Unix host system */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/dg_c_generics.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
extern int errno; /* <errno.h> forgets to do this... */
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SVR4 Unix host system */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SVR4 Unix host system */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Stratus FTX2 host system */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <ansidecl.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user