summaryrefslogtreecommitdiff
path: root/databases/mysql-connector-odbc/files/patch-myodbcinst__myodbcinst.c
blob: 7f20ed71147fe36d0b4c1fd2099ab8f54d476738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- myodbcinst/myodbcinst.c.orig	Mon Oct 10 05:49:47 2005
+++ myodbcinst/myodbcinst.c	Thu Oct 27 16:33:29 2005
@@ -56,7 +56,11 @@
     #include <ltdl.h>
 #endif
 
+# if defined(HAVE_IODBCINST_H)
+#include <iodbcinst.h>
+#elif defined(HAVE_ODBCINST_H)
 #include <odbcinst.h>
+# endif
 
 #include "../util/MYODBCUtil.h"