diff options
Diffstat (limited to 'databases/mysql-connector-odbc/files/patch-util__MYODBCUtil.h')
-rw-r--r-- | databases/mysql-connector-odbc/files/patch-util__MYODBCUtil.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/mysql-connector-odbc/files/patch-util__MYODBCUtil.h b/databases/mysql-connector-odbc/files/patch-util__MYODBCUtil.h new file mode 100644 index 000000000000..09de6e39a079 --- /dev/null +++ b/databases/mysql-connector-odbc/files/patch-util__MYODBCUtil.h @@ -0,0 +1,14 @@ +--- util/MYODBCUtil.h.orig Sun Oct 9 22:33:40 2005 ++++ util/MYODBCUtil.h Thu Oct 27 16:13:47 2005 +@@ -40,7 +40,11 @@ + #include <sqlext.h> + #endif + ++# if defined(HAVE_IODBCINST_H) ++#include <iodbcinst.h> ++#elif defined(HAVE_ODBCINST_H) + #include <odbcinst.h> ++# endif + + /* + Handle case on OSX where we want to use GetPrivateProfileString (because it |