summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Network.cpp
diff options
context:
space:
mode:
authorCraig Carnell <1188869+cscd98@users.noreply.github.com>2025-09-28 18:34:24 +0100
committerCraig Carnell <1188869+cscd98@users.noreply.github.com>2026-07-08 09:18:29 +0100
commite222665eb0a67b8d66b3e0f48476a8e62987fed3 (patch)
tree04971bfb71609c0ae1f4d4d6cdc7b493464a21e2 /Source/Core/Common/Network.cpp
parent774200dcf4ccea148ef357cc8cf86d8eab4446da (diff)
mingw: lower case windows includes
Diffstat (limited to 'Source/Core/Common/Network.cpp')
-rw-r--r--Source/Core/Common/Network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Network.cpp b/Source/Core/Common/Network.cpp
index 58994c635d..90dcd7017f 100644
--- a/Source/Core/Common/Network.cpp
+++ b/Source/Core/Common/Network.cpp
@@ -13,7 +13,7 @@
#include <netinet/in.h>
#include <sys/socket.h>
#else
-#include <WinSock2.h>
+#include <winsock2.h>
#endif
#include <fmt/format.h>