diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 18:09:58 +0200 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 18:09:58 +0200 |
commit | b818884851417694ac6b39175fa99d7becf89bc2 (patch) | |
tree | 1f8f32b711ff4288c9c0b1feee6fa485f2549586 /dep/src/sockets/TcpSocket.cpp | |
parent | aa5499972f678a50b26d90fa5c47bde8dbe2c8f8 (diff) |
*Add missing includes allowing GCC 4.4 build
--HG--
branch : trunk
Diffstat (limited to 'dep/src/sockets/TcpSocket.cpp')
-rw-r--r-- | dep/src/sockets/TcpSocket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/src/sockets/TcpSocket.cpp b/dep/src/sockets/TcpSocket.cpp index 9dab541eebe..523b83464bd 100644 --- a/dep/src/sockets/TcpSocket.cpp +++ b/dep/src/sockets/TcpSocket.cpp @@ -44,6 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <openssl/err.h> #endif #include <map> +#include <cstdio> #include "TcpSocket.h" #include "Utility.h" |