From 1312f2db8ed90464e73acdcc07bb1aae92964345 Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 10 Oct 2009 17:48:04 +0000 Subject: * Fix inspsocket to not include uio.h on windows. * Wrap writev and some structs to fix inspsocket compile on win. * Fix a few compile errors due to latest trunk changes in win32wrapper code. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11822 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspsocket.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 73f469a05..c63748eab 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -15,7 +15,9 @@ #include "socket.h" #include "inspstring.h" #include "socketengine.h" +#ifndef WINDOWS #include +#endif BufferedSocket::BufferedSocket() { -- cgit v1.2.3