1Fix header location. 2 3--- src/pgsql.c.orig 2024-01-08 01:45:50 UTC 4+++ src/pgsql.c 5@@ -24,7 +24,7 @@ 6 #ifdef WITH_PGSQL 7 8 #include "sql.h" 9-#include <postgresql/libpq-fe.h> 10+#include <libpq-fe.h> 11 12 /* PostgreSQL URL: 13 14 15