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
This commit is contained in:
Rainer Orth 2003-11-12 21:30:24 +00:00 committed by Rainer Orth
parent 94bae1cc27
commit 49add53f4e
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* adadecode.c: Use <> form of include for ctype.h.
* sysdep.c [IN_RTS]: Use <> form of include for time.h.
2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* 5gsystem.ads (Functions_Return_By_DSP): Set to False.

View File

@ -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 *);

View File

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