forked from pool/lua-luadbi
- 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
13 lines
270 B
Diff
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>
|
|
|
|
/*
|