summaryrefslogtreecommitdiff
path: root/gcc/ada/sysdep.c
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-11-12 21:30:24 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-11-12 21:30:24 +0000
commit49add53f4eea9f1af076b840170f9f539a655e24 (patch)
tree1fc242fca746c54cb135fb52eef67b0b5ec857ea /gcc/ada/sysdep.c
parent94bae1cc27773ec86d557bcf32d75332d9be2fd4 (diff)
downloadgcc-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.c2
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