diff options
Diffstat (limited to 'main/lua-dbi/lua-dbi-postgresql.patch')
-rw-r--r-- | main/lua-dbi/lua-dbi-postgresql.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/main/lua-dbi/lua-dbi-postgresql.patch b/main/lua-dbi/lua-dbi-postgresql.patch index 2d2ba272da..d09ce004ea 100644 --- a/main/lua-dbi/lua-dbi-postgresql.patch +++ b/main/lua-dbi/lua-dbi-postgresql.patch @@ -1,9 +1,10 @@ ---- a/dbd/postgresql/dbd_postgresql.h.old 2010-05-01 06:25:12.000000000 +0200 -+++ b/dbd/postgresql/dbd_postgresql.h 2011-04-19 16:59:53.364944209 +0200 -@@ -1,5 +1,5 @@ +diff --git a/dbd/postgresql/dbd_postgresql.h b/dbd/postgresql/dbd_postgresql.h +index b3e18f9..1ff6ffb 100755 +--- a/dbd/postgresql/dbd_postgresql.h ++++ b/dbd/postgresql/dbd_postgresql.h +@@ -1,5 +1,4 @@ #include <libpq-fe.h> -#include <postgres_fe.h> -+#include <server/postgres_fe.h> #include <dbd/common.h> /* |