forked from pool/pgbackrest
25542b8f46
- Update to 2.16 release C Migrations and Bug Fixes - Packaging adding new libpq-fe dependency - Added patch libpq-fe.h_localisation.patch - Update to 2.15.1 release - Packaging export %optflag as CFLAG OBS-URL: https://build.opensuse.org/request/show/725929 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=25
13 lines
485 B
Diff
13 lines
485 B
Diff
diff -rup a/src/postgres/client.c b/src/postgres/client.c
|
|
--- a/src/postgres/client.c 2019-08-05 18:03:04.000000000 +0200
|
|
+++ b/src/postgres/client.c 2019-08-24 18:28:37.708798692 +0200
|
|
@@ -3,7 +3,7 @@ Postgres Client
|
|
***********************************************************************************************************************************/
|
|
#include "build.auto.h"
|
|
|
|
-#include <libpq-fe.h>
|
|
+#include <pgsql/libpq-fe.h>
|
|
|
|
#include "common/debug.h"
|
|
#include "common/log.h"
|