diff options
author | Christian Pointner <equinox@anytun.org> | 2008-08-03 09:53:55 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-08-03 09:53:55 +0000 |
commit | 4fde48c050059ee84a6367dd1965f7d47cf48f0b (patch) | |
tree | d2f22dfc2a1a01cefef6b55991eefca41747651b /src/Sockets/Socket.cpp | |
parent | added release info to Changelog (diff) |
added amd64 build fix patch by gebi
Diffstat (limited to 'src/Sockets/Socket.cpp')
-rw-r--r-- | src/Sockets/Socket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sockets/Socket.cpp b/src/Sockets/Socket.cpp index 42d2c23..f16e069 100644 --- a/src/Sockets/Socket.cpp +++ b/src/Sockets/Socket.cpp @@ -37,6 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <errno.h> #include <netdb.h> #endif +#include <cstring> #include <ctype.h> #include <fcntl.h> |