diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-12-18 18:55:09 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-12-18 18:55:09 +0000 |
commit | ad8c09c29c5aa00efabb3fdbffc7a25ed7ded742 (patch) | |
tree | 7c8662538608f47de1bba1506f4b80aee2d431e1 /src/interfaces/ecpg/include/decimal.h | |
parent | b4ed1edb57113c0de4ea881d9688a23b3396d13b (diff) | |
download | postgresql-ad8c09c29c5aa00efabb3fdbffc7a25ed7ded742.tar.gz postgresql-ad8c09c29c5aa00efabb3fdbffc7a25ed7ded742.zip |
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/decimal.h')
-rw-r--r-- | src/interfaces/ecpg/include/decimal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/decimal.h b/src/interfaces/ecpg/include/decimal.h index 96901927cdd..111a97a9dab 100644 --- a/src/interfaces/ecpg/include/decimal.h +++ b/src/interfaces/ecpg/include/decimal.h @@ -1,7 +1,7 @@ #ifndef _ECPG_DECIMAL_H #define _ECPG_DECIMAL_H -#include <compatlib.h> +#include <ecpg_informix.h> typedef decimal dec_t; |