SHA256
12
0
forked from pool/lua-luadbi
lua-luadbi/luadbi-postgresql-headers.patch
Matej Cepl 7470c03467 - Update to 0.7.3:
- oracle column name bugfix
  - [travis] fix mysql grant error
  - Don't break SQLite 3.6.20 as shipped in RHEL/CentOS 6
  - dbd/mysql/statement.c: fix compilation with mysql-8
  - Issue 56: Remove useless setting of is_null
  - Issue-66: dbd/mysql/statement.c: return nil for NULL
  - Attempt to provide partial fix for Issue #64.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luadbi?expand=0&rev=22
2024-10-03 17:25:05 +00:00

13 lines
270 B
Diff

---
dbd/postgresql/dbd_postgresql.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/dbd/postgresql/dbd_postgresql.h
+++ b/dbd/postgresql/dbd_postgresql.h
@@ -1,4 +1,4 @@
-#include <libpq-fe.h>
+#include <pgsql/libpq-fe.h>
#include <dbd/common.h>
/*