diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2013-10-30 13:52:16 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2013-10-30 13:52:16 +0000 |
| commit | 842c5cdcb5e047c5c691f333a1026be70ffc5d42 (patch) | |
| tree | 81f83db92769eeb147a6a10c53894b5bc6479afd /net/vnc/files/patch-common-network-TcpSocket.cxx | |
| parent | Remove .orig-file, otherwise it is automatically installed. (diff) | |
Fix under 10-STABLE and 11-CURRENT.
Diffstat (limited to 'net/vnc/files/patch-common-network-TcpSocket.cxx')
| -rw-r--r-- | net/vnc/files/patch-common-network-TcpSocket.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/vnc/files/patch-common-network-TcpSocket.cxx b/net/vnc/files/patch-common-network-TcpSocket.cxx new file mode 100644 index 000000000000..9d1e58fd31f5 --- /dev/null +++ b/net/vnc/files/patch-common-network-TcpSocket.cxx @@ -0,0 +1,10 @@ +--- ../common/network/TcpSocket.cxx.orig 2008-10-16 08:16:20.000000000 -0700 ++++ ../common/network/TcpSocket.cxx 2013-10-29 09:29:55.935208477 -0700 +@@ -35,6 +35,7 @@ + #include <string.h> + #include <signal.h> + #include <fcntl.h> ++#include <stdlib.h> + #endif + + #include <network/TcpSocket.h> |
