diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-03-30 11:48:19 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-03-30 11:48:19 +0000 |
commit | 999f12982e6180a88aedc76f8e6e25f461367761 (patch) | |
tree | 331d0826c2b1a0c998fe5e69fe26a45838d4e647 /src/interfaces/ecpg/include/ecpg_informix.h | |
parent | 82a91eb54ed0c6561050a0ae01661ea6302445ba (diff) | |
download | postgresql-999f12982e6180a88aedc76f8e6e25f461367761.tar.gz postgresql-999f12982e6180a88aedc76f8e6e25f461367761.zip |
Moved Informix stuff to its own compat library. Interval datetype is now fully functional.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpg_informix.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpg_informix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_informix.h b/src/interfaces/ecpg/include/ecpg_informix.h index 3d39c90b02b..46df5a2d32a 100644 --- a/src/interfaces/ecpg/include/ecpg_informix.h +++ b/src/interfaces/ecpg/include/ecpg_informix.h @@ -2,6 +2,9 @@ * This file contains stuff needed to be as compatible to Informix as possible. */ +#include <decimal.h> +#include <datetime.h> + #define SQLNOTFOUND 100 #ifndef Date |