summaryrefslogtreecommitdiff
path: root/databases/gtksql/files/patch-postgres.c
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
commit7b488295120bfec78abcdd29c219fd0995676c04 (patch)
tree24fccee7f220d354bab8169352f38ae33d6ecb56 /databases/gtksql/files/patch-postgres.c
parentUpgrade to 7.1, change to new layout style. (diff)
Fix include directory for postgresql7.1's new layout.
Notes
Notes: svn path=/head/; revision=41759
Diffstat (limited to 'databases/gtksql/files/patch-postgres.c')
-rw-r--r--databases/gtksql/files/patch-postgres.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/gtksql/files/patch-postgres.c b/databases/gtksql/files/patch-postgres.c
new file mode 100644
index 000000000000..4e291b4cb0b7
--- /dev/null
+++ b/databases/gtksql/files/patch-postgres.c
@@ -0,0 +1,11 @@
+--- postgres.c.orig Sat Apr 21 19:16:37 2001
++++ postgres.c Sat Apr 21 19:16:47 2001
+@@ -18,7 +18,7 @@
+
+ #include <libpq-fe.h>
+ #include <string.h>
+-#include <postgres.h>
++#include <c.h>
+
+ #include "common.h"
+ #include "status.h"