diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-11-12 21:30:24 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-11-12 21:30:24 +0000 |
commit | 49add53f4eea9f1af076b840170f9f539a655e24 (patch) | |
tree | 1fc242fca746c54cb135fb52eef67b0b5ec857ea /gcc/ada/sysdep.c | |
parent | 94bae1cc27773ec86d557bcf32d75332d9be2fd4 (diff) | |
download | gcc-49add53f4eea9f1af076b840170f9f539a655e24.tar.gz |
adadecode.c: Use <> form of include for ctype.h.
* adadecode.c: Use <> form of include for ctype.h.
* sysdep.c [IN_RTS]: Use <> form of include for time.h.
From-SVN: r73512
Diffstat (limited to 'gcc/ada/sysdep.c')
-rw-r--r-- | gcc/ada/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c index a0338b6058c..9ec94ea819c 100644 --- a/gcc/ada/sysdep.c +++ b/gcc/ada/sysdep.c @@ -44,7 +44,7 @@ #include "tsystem.h" #include <fcntl.h> #include <sys/stat.h> -#include "time.h" +#include <time.h> #ifdef VMS #include <unixio.h> #endif |