freebsd-ports/databases/freetds/files/patch-include_tdsodbc.h
Muhammad Moinur Rahman 6bf676ec5e databases/freetds: Add PORTSCOUT
- Update patch files to be 'make makepatch' compatible
2015-05-22 10:47:02 +00:00

13 lines
321 B
C

--- include/tdsodbc.h.orig 2015-01-29 00:40:17 UTC
+++ include/tdsodbc.h
@@ -30,8 +30,8 @@
#include <odbcinst.h>
#endif
#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 */