mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
PR: 43741 Submitted by: Rong-en Fan <rafan@infor.org> Approved by: maintainer (mharo) timeout (1 month)
11 lines
280 B
Text
11 lines
280 B
Text
--- ./contrib/mod_sql_postgres.c.orig Sun Oct 6 21:47:43 2002
|
|
+++ ./contrib/mod_sql_postgres.c Sun Oct 6 21:47:50 2002
|
|
@@ -35,7 +35,7 @@
|
|
|
|
#define _POSTGRES_PORT "5432"
|
|
|
|
-#include <pgsql/libpq-fe.h>
|
|
+#include <libpq-fe.h>
|
|
#include "conf.h"
|
|
#include "../contrib/mod_sql.h"
|
|
|