summaryrefslogtreecommitdiffstats
path: root/common/network/TcpSocket.cxx
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-03-19 16:14:48 +0000
committerAdam Tkac <atkac@redhat.com>2008-03-19 16:14:48 +0000
commit04b7fd245b3de52ce8778475c871607d10228651 (patch)
treec688edc8875c462baeee7bf5ce82f21677218c98 /common/network/TcpSocket.cxx
parent8b3ed1309cfcc215b904c6fd9fea1b927841f90f (diff)
downloadtigervnc-04b7fd245b3de52ce8778475c871607d10228651.tar.gz
tigervnc-04b7fd245b3de52ce8778475c871607d10228651.zip
Added some missing #includes whose prevent build source with gcc 4.3
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2431 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/network/TcpSocket.cxx')
-rw-r--r--common/network/TcpSocket.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/network/TcpSocket.cxx b/common/network/TcpSocket.cxx
index 3212ace7..5dd24287 100644
--- a/common/network/TcpSocket.cxx
+++ b/common/network/TcpSocket.cxx
@@ -37,6 +37,7 @@
#include <fcntl.h>
#endif
+#include <stdlib.h>
#include <network/TcpSocket.h>
#include <rfb/util.h>
#include <rfb/LogWriter.h>