diff options
Diffstat (limited to 'databases/firebird/files/patch-remote::remote.h')
-rw-r--r-- | databases/firebird/files/patch-remote::remote.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/firebird/files/patch-remote::remote.h b/databases/firebird/files/patch-remote::remote.h new file mode 100644 index 000000000000..2c3fa59fe04e --- /dev/null +++ b/databases/firebird/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 */ |