diff options
Diffstat (limited to '')
-rw-r--r-- | source/OSSupport/Socket.cpp (renamed from source/cSocket.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSocket.cpp b/source/OSSupport/Socket.cpp index 031a1c63a..8d6a5ee94 100644 --- a/source/cSocket.cpp +++ b/source/OSSupport/Socket.cpp @@ -1,7 +1,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cSocket.h" +#include "Socket.h" #ifndef _WIN32 #include <netdb.h> |