summaryrefslogtreecommitdiff
path: root/databases/freetds/files/patch-include_tdsodbc.h
blob: 5d144e4daee5037633b72f7d3fa1cad0fe8b6e09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- include/tdsodbc.h.orig	2006-02-24 21:14:21.000000000 +0000
+++ include/tdsodbc.h
@@ -31,8 +31,8 @@
 #include <sql.h>
 #include <sqlext.h>
 #else /* IODBC */
-#include <isql.h>
-#include <isqlext.h>
+#include <libiodbc/isql.h>
+#include <libiodbc/isqlext.h>
 #ifdef HAVE_IODBCINST_H
 #include <iodbcinst.h>
 #endif /* HAVE_IODBCINST_H */