blob: 684bd7563be68a245d74cc42008bace61a357117 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- guile-dbi-guile-dbd-postgresql-2.1.6/src/guile-dbd-postgresql.c 2015-08-02 04:53:32.000000000 +0200
+++ guile-dbi-guile-dbd-postgresql-2.1.6-new/src/guile-dbd-postgresql.c 2020-01-18 11:22:48.512807750 +0100
@@ -24,7 +24,7 @@
#include <guile-dbi/guile-dbi.h>
#include <libguile.h>
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
#include <string.h>
#include <errno.h>
#include <stdio.h>
|