summaryrefslogtreecommitdiff
path: root/src/Sockets/ListenSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Sockets/ListenSocket.h')
-rw-r--r--src/Sockets/ListenSocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sockets/ListenSocket.h b/src/Sockets/ListenSocket.h
index f4edc37..d782fc5 100644
--- a/src/Sockets/ListenSocket.h
+++ b/src/Sockets/ListenSocket.h
@@ -37,6 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <errno.h>
#endif
+#include <cstring>
#include "ISocketHandler.h"
#include "Socket.h"
#include "Utility.h"