aboutsummaryrefslogtreecommitdiff
path: root/src/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.c')
-rw-r--r--src/socket.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/socket.c b/src/socket.c
index 38c968e..dfe4506 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -5,9 +5,7 @@
#include <assert.h>
#if defined(_WIN32)
-#error not implemented yet
-#define WIN32_MEAN_AND_LEAN 1
-#include <windows.h>
+#include "win32.h"
#else
#include <sys/types.h>
#include <sys/socket.h>