Make sure ansidecl.h is included where needed.
This commit is contained in:
Steve Chamberlain 1993-07-30 18:17:38 +00:00
parent 73e77bc3da
commit f751f474f4
15 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* Amiga Unix host system */
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/dg_c_generics.h>

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>

View 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>

View 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>

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
extern int errno; /* <errno.h> forgets to do this... */

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

View File

@ -1,5 +1,5 @@
/* SVR4 Unix host system */
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

View File

@ -1,5 +1,5 @@
/* SVR4 Unix host system */
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

View 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>

View File

@ -1,5 +1,5 @@
/* Stratus FTX2 host system */
#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
#include <ansidecl.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>