diff options
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> |
