forked from pool/lua-luadbi
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luadbi?expand=0&rev=1
13 lines
370 B
Diff
13 lines
370 B
Diff
Index: luadbi/dbd/postgresql/dbd_postgresql.h
|
|
===================================================================
|
|
--- luadbi.orig/dbd/postgresql/dbd_postgresql.h
|
|
+++ luadbi/dbd/postgresql/dbd_postgresql.h
|
|
@@ -1,5 +1,5 @@
|
|
-#include <libpq-fe.h>
|
|
-#include <postgres_fe.h>
|
|
+#include <pgsql/libpq-fe.h>
|
|
+#include <pgsql/server/postgres_fe.h>
|
|
#include <dbd/common.h>
|
|
|
|
/*
|