summaryrefslogtreecommitdiffstats
path: root/src/client/ClientBase.hpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-01-05 23:04:29 +0300
committerJoursoir <chat@joursoir.net>2021-01-17 16:44:22 +0000
commit94c62c18342f10c3283b6f63bca8acb406f8720b (patch)
tree9c9b959da7f05ca6d792dda2d7ecb8e68a3e8ed4 /src/client/ClientBase.hpp
parenta76b00c511db1d3529bba51475a24ca93d12913e (diff)
downloadwant-chat-94c62c18342f10c3283b6f63bca8acb406f8720b.tar.gz
want-chat-94c62c18342f10c3283b6f63bca8acb406f8720b.tar.bz2
want-chat-94c62c18342f10c3283b6f63bca8acb406f8720b.zip
client gui: add non-blocking socket working
Diffstat (limited to 'src/client/ClientBase.hpp')
-rw-r--r--src/client/ClientBase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientBase.hpp b/src/client/ClientBase.hpp
index dbe28bd..f2439b8 100644
--- a/src/client/ClientBase.hpp
+++ b/src/client/ClientBase.hpp
@@ -2,7 +2,7 @@
#define WC_CLIENTBASE_H
#ifdef _WIN32
- #include <winsock.h>
+ #include <winsock2.h>
#endif
#include "../const_vars.hpp"