blob: 5b1ef22bd5e57ada8e86decf6a855f40ae2a85ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- postgres.c.orig Sun Mar 18 20:58:14 2001
+++ postgres.c Mon Apr 23 05:29:22 2001
@@ -19,6 +19,7 @@
#include <libpq/libpq-fs.h> /* large-object interface */
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
static VALUE rb_cPGconn;
static VALUE rb_cPGresult;
|