]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/odbc/bind.c
Version 06-30-0248
[postgresql] / src / interfaces / odbc / bind.c
index 0b8fe9dbde88fbe138c48d16fe429c24c3636ab6..a30e4104e24c3f99398ba13d65395769a5b6553f 100644 (file)
  * Comments:        See "notice.txt" for copyright and license information.
  *
  */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "bind.h"
 #include "environ.h"
 #include "statement.h"
 #include "pgtypes.h"
 #include <stdlib.h>
 #include <malloc.h>
+
+#ifdef HAVE_IODBC
+#include "iodbc.h"
+#include "isql.h"
+#include "isqlext.h"
+#else
 #include <sql.h>
 #include <sqlext.h>
+#endif
 
 //      Bind parameters on a statement handle