summaryrefslogtreecommitdiff
path: root/databases/firebird-client
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-21 13:23:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-21 13:23:13 +0000
commitf7451357dd9110620664f868ff3fb8cfce7929a2 (patch)
treeda9ddda9626b18f9c2c5882323b54c2d5042abb0 /databases/firebird-client
parentBump the port version. Some deinstall routines work now and many dicts (diff)
Unbreak on -current.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=68506
Diffstat (limited to 'databases/firebird-client')
-rw-r--r--databases/firebird-client/files/patch-remote::remote.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-remote::remote.h b/databases/firebird-client/files/patch-remote::remote.h
new file mode 100644
index 000000000000..2c3fa59fe04e
--- /dev/null
+++ b/databases/firebird-client/files/patch-remote::remote.h
@@ -0,0 +1,10 @@
+--- remote/remote.h 2002/10/21 13:03:48 1.1
++++ remote/remote.h 2002/10/21 13:04:15
+@@ -47,6 +47,7 @@
+ #endif
+ #ifndef WINDOWS_ONLY
+ #include <fcntl.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/ioctl.h>
+ #endif /* WINDOWS_ONLY */