From 1bd5e054ed24fc755c0b28a46474ad00c6c36742 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Fri, 3 Oct 2003 10:07:28 +0000 Subject: Hide Informix datatypes. They are not seen by our built process anymore. --- src/interfaces/ecpg/compatlib/informix.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/interfaces/ecpg/compatlib/informix.c') diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index e3559a7a4a8..63f43a7ec9b 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -5,9 +5,10 @@ #include #include -#include +#include #include #include +#include #include char *ECPGalloc(long, int); @@ -886,7 +887,7 @@ rtypwidth(int sqltype, int sqllen) } int -dtcvfmtasc(char *inbuf, char *fmtstr, dtime_t * dtvalue) +dtcvfmtasc(char *inbuf, char *fmtstr, timestamp * dtvalue) { return PGTYPEStimestamp_defmt_asc(inbuf, fmtstr, dtvalue); } -- cgit v1.2.3