aboutsummaryrefslogtreecommitdiff
path: root/src/wsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsocket.h')
-rw-r--r--src/wsocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wsocket.h b/src/wsocket.h
index 8e0f114..0783b00 100644
--- a/src/wsocket.h
+++ b/src/wsocket.h
@@ -12,6 +12,7 @@
12#include <ws2tcpip.h> 12#include <ws2tcpip.h>
13 13
14typedef int socklen_t; 14typedef int socklen_t;
15typedef SOCKADDR_STORAGE t_sockaddr_storage;
15typedef SOCKET t_socket; 16typedef SOCKET t_socket;
16typedef t_socket *p_socket; 17typedef t_socket *p_socket;
17 18