aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/adadecode.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/adadecode.c
parent94bae1cc27773ec86d557bcf32d75332d9be2fd4 (diff)
downloadgcc-49add53f4eea9f1af076b840170f9f539a655e24.zip
gcc-49add53f4eea9f1af076b840170f9f539a655e24.tar.gz
gcc-49add53f4eea9f1af076b840170f9f539a655e24.tar.bz2
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/adadecode.c')
-rw-r--r--gcc/ada/adadecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/adadecode.c b/gcc/ada/adadecode.c
index 8f68512..ef77c5f 100644
--- a/gcc/ada/adadecode.c
+++ b/gcc/ada/adadecode.c
@@ -38,7 +38,7 @@
#define PARMS(ARGS) ARGS
#endif
-#include "ctype.h"
+#include <ctype.h>
#include "adadecode.h"
static void add_verbose (const char *, char *);