From 3c9992aead84237af76e1514a826a56daa8465bc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Dec 2008 17:42:43 +0100 Subject: client: include winsock headers on WIN32 On Windows, socket declarations reside in winsock.h and ws2tcpip.h. The POSIX headers sys/socket.h etc. are not available. --- src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 196afe7fa..e58b629bd 100644 --- a/src/client.h +++ b/src/client.h @@ -23,9 +23,9 @@ #include #include #include -#include struct client; +struct sockaddr; void client_manager_init(void); void client_manager_deinit(void); -- cgit v1.2.3