diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-12-18 20:25:57 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-12-18 20:25:57 +0000 |
commit | 3434f9e4df68e496399f8e0c99b9c20a1870d822 (patch) | |
tree | 400a042cae3ed3d4cc0ebcaea26d2684d042baf3 /src | |
parent | dc254c8674c0b179fea0f04128d5d68e2c28ee99 (diff) | |
download | postgresql-3434f9e4df68e496399f8e0c99b9c20a1870d822.tar.gz postgresql-3434f9e4df68e496399f8e0c99b9c20a1870d822.zip |
Forgot to change one compatlib.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/compatlib/informix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index 689e58b100f..562ab9282ee 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -6,7 +6,7 @@ #include <limits.h> #include <ecpgtype.h> -#include <compatlib.h> +#include <ecpg_informix.h> #include <pgtypes_error.h> #include <pgtypes_date.h> #include <pgtypes_numeric.h> |