aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index 85e8848..3dac875 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -16,7 +16,7 @@
16/*=========================================================================*\ 16/*=========================================================================*\
17* Platform specific compatibilization 17* Platform specific compatibilization
18\*=========================================================================*/ 18\*=========================================================================*/
19#ifdef WIN32 19#ifdef _WIN32
20#include "wsocket.h" 20#include "wsocket.h"
21#else 21#else
22#include "usocket.h" 22#include "usocket.h"