Remove websock-w32.h
diff --git a/lib/server.c b/lib/server.c
index edb9449..71aaabb 100644
--- a/lib/server.c
+++ b/lib/server.c
@@ -99,7 +99,7 @@
 }
 
 int lws_server_socket_service(struct libwebsocket_context *context,
-			struct libwebsocket *wsi, struct pollfd *pollfd)
+			struct libwebsocket *wsi, struct libwebsocket_pollfd *pollfd)
 {
 	struct libwebsocket *new_wsi;
 	int accept_fd;