diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-09-22 22:54:33 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-09-22 22:54:33 +0000 |
commit | 364a7ebe26a20625f7c0b27a59ebbbdb8378587f (patch) | |
tree | 954b9ab0a58c727478022e277ca4d0a006b4c153 /src/interfaces/odbc/tuple.c | |
parent | 39ceaa19f03faa11fbcab6bc050e3b494258afe0 (diff) | |
download | postgresql-364a7ebe26a20625f7c0b27a59ebbbdb8378587f.tar.gz postgresql-364a7ebe26a20625f7c0b27a59ebbbdb8378587f.zip |
Provide some initial support for building the ODBC driver for
an already installed iODBC or unixODBC driver manager. In particular,
use the include files provided by the driver manager over our own,
and use the odbcinst library of the driver manager rather than gpps.c.
Migrate portability sections common to several files into psqlodbc.h.
Diffstat (limited to 'src/interfaces/odbc/tuple.c')
-rw-r--r-- | src/interfaces/odbc/tuple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/tuple.c b/src/interfaces/odbc/tuple.c index 658b7a75ec7..512f36d2b23 100644 --- a/src/interfaces/odbc/tuple.c +++ b/src/interfaces/odbc/tuple.c @@ -18,6 +18,7 @@ */ #include "tuple.h" + #include <string.h> #include <stdlib.h> |