diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-13 14:45:02 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-13 14:45:02 +0200 |
commit | 76efd5721e4fe1bf76c18e8c33d3fc5563596422 (patch) | |
tree | d03872a2c2b61b935d065d5d194a6924e8f5a7bd /gcc/ada/s-oscons-tmplt.c | |
parent | 1047580000fa66c7c77e88b72a49ecc86c13c803 (diff) | |
download | gcc-76efd5721e4fe1bf76c18e8c33d3fc5563596422.zip gcc-76efd5721e4fe1bf76c18e8c33d3fc5563596422.tar.gz gcc-76efd5721e4fe1bf76c18e8c33d3fc5563596422.tar.bz2 |
[multiple changes]
2009-07-13 Robert Dewar <dewar@adacore.com>
* exp_ch4.adb: Minor comment change
2009-07-13 Ed Schonberg <schonberg@adacore.com>
* sem_ch5.adb (Analyze_Iteration_Scheme): Generate dummy reference for
type of iteration, to prevent spurious warnings.
2009-07-13 Nicolas Roche <roche@adacore.com>
* s-oscons-tmplt.c: On VxWorks target ensure that vxWorks.h is always
included.
2009-07-13 Arnaud Charlet <charlet@adacore.com>
* switch-c.adb, usage.adb, sem_ch9.adb, gnat_ugn.texi, rtsfind.adb,
gnat1drv.adb, opt.ads, sem_ch13.adb (Inspector_Mode): Renamed to
Generate_SCIL.
(CodePeer_Mode): New -gnatC switch.
(Adjust_Global_Switches): Adjust settings for Generate_SCIL and
CodePeer_Mode.
From-SVN: r149578
Diffstat (limited to 'gcc/ada/s-oscons-tmplt.c')
-rw-r--r-- | gcc/ada/s-oscons-tmplt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/s-oscons-tmplt.c b/gcc/ada/s-oscons-tmplt.c index 694fcf1..6ec1b1e 100644 --- a/gcc/ada/s-oscons-tmplt.c +++ b/gcc/ada/s-oscons-tmplt.c @@ -89,6 +89,10 @@ pragma Style_Checks ("M32766"); # define HAVE_TERMIOS #endif +#if defined (__vxworks) +#include <vxWorks.h> +#endif + #include "gsocket.h" #ifdef DUMMY |