From 90639721625b5da867effc7dd4adec003c1bd3b4 Mon Sep 17 00:00:00 2001 From: om Date: Mon, 10 Apr 2006 22:16:34 +0000 Subject: Routing more socket includes through socket.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3868 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socket.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index 60347506d..1dd2e6827 100644 --- a/include/socket.h +++ b/include/socket.h @@ -19,6 +19,8 @@ /* This is where we'll define wrappers for socket IO stuff, for neat winsock compatability */ +#ifndef WIN32 + #include #include #include @@ -29,8 +31,16 @@ #include #include #include -#include #include +#include + +#else + +#include +#include + +#endif + #include "inspircd_config.h" /* macros to the relevant system address description structs */ -- cgit v1.2.3