freebsd-ports/lang/gambas/files/patch-src::lib::db::postgresql::main.c
Thierry Thomas d122a6e31d Add gambas 0.91, gambas Almost Means BASic.
PR:		62755
Approved by:	mat (mentor).
2004-03-25 18:10:26 +00:00

11 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"