forked from pool/lua-luadbi
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>
|
||
|
|
|
||
|
|
/*
|