mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d122a6e31d
PR: 62755 Approved by: mat (mentor).
12 lines
262 B
C
12 lines
262 B
C
--- src/lib/db/postgresql/main.c.orig Sun Aug 3 11:58:41 2003
|
|
+++ src/lib/db/postgresql/main.c Sun Jan 25 14:29:09 2004
|
|
@@ -31,7 +31,7 @@
|
|
|
|
#include <libpq-fe.h>
|
|
#include <postgres.h>
|
|
-#include <pg_type.h>
|
|
+#include <catalog/pg_type.h>
|
|
|
|
#include "main.h"
|
|
|