diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-12-18 18:55:06 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-12-18 18:55:06 +0000 |
commit | 716a3d6cffcc2fa6b5a9e722e64911071b3bc04c (patch) | |
tree | 6f506df8ed31f4c8107c692ecc4815aef8209a5c /src/interfaces/ecpg/include/datetime.h | |
parent | 757a328d0e6e6dcee7ca56213672bd0430e3afc2 (diff) |
Move Informix compatibility include files out of the way. compatlib.h
was integrated into ecpg_informix.h, the other ones go into their own
subdirectory that is automatically considered by the embedded preprocessor
when in Informix mode.
Diffstat (limited to 'src/interfaces/ecpg/include/datetime.h')
-rw-r--r-- | src/interfaces/ecpg/include/datetime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/datetime.h b/src/interfaces/ecpg/include/datetime.h index dd5824a4668..13940cda398 100644 --- a/src/interfaces/ecpg/include/datetime.h +++ b/src/interfaces/ecpg/include/datetime.h @@ -1,7 +1,7 @@ #ifndef _ECPG_DATETIME_H #define _ECPG_DATETIME_H -#include <compatlib.h> +#include <ecpg_informix.h> typedef timestamp dtime_t; typedef interval intrvl_t; |