2019-08-26 03:23:36 +02:00
|
|
|
diff -rup a/src/postgres/client.c b/src/postgres/client.c
|
2020-03-24 16:08:48 +01:00
|
|
|
--- a/src/postgres/client.c 2020-02-25 23:05:45.000000000 +0100
|
|
|
|
+++ b/src/postgres/client.c 2020-03-24 15:30:19.361417162 +0100
|
2019-08-26 03:23:36 +02:00
|
|
|
@@ -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"
|