summaryrefslogtreecommitdiffstats
path: root/src/core/network/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/network/sockets.h')
-rw-r--r--src/core/network/sockets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/network/sockets.h b/src/core/network/sockets.h
index a44393325..caaefce7c 100644
--- a/src/core/network/sockets.h
+++ b/src/core/network/sockets.h
@@ -8,7 +8,6 @@
#include <utility>
#if defined(_WIN32)
-#include <winsock.h>
#elif !YUZU_UNIX
#error "Platform not implemented"
#endif
@@ -68,6 +67,8 @@ public:
Errno SetReuseAddr(bool enable);
+ Errno SetKeepAlive(bool enable);
+
Errno SetBroadcast(bool enable);
Errno SetSndBuf(u32 value);