14 lines
381 B
Diff
14 lines
381 B
Diff
--- a/keydb/keydb_pg.c 2023-09-26 21:52:47.000000000 +0200
|
|
+++ b/keydb/keydb_pg.c 2023-10-26 02:12:48.150006544 +0200
|
|
@@ -16,8 +16,8 @@
|
|
* this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
-#include <postgresql/libpq-fe.h>
|
|
-#include <postgresql/libpq/libpq-fs.h>
|
|
+#include <libpq-fe.h>
|
|
+#include <libpq/libpq-fs.h>
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/uio.h>
|