Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/mail/anubis/files/patch-src_pgsql.c
16462 views
1
Fix 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