From 219fd9ec38c83444837ccc2eddea0619aa1aac5d Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 22 Mar 2005 02:09:19 +0000 Subject: [PATCH] When will microsoft manage to follow some sort of standard? git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@912 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/plugin.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engine/common/plugin.c b/engine/common/plugin.c index 02f7f7ef1..80f570c9c 100644 --- a/engine/common/plugin.c +++ b/engine/common/plugin.c @@ -793,6 +793,10 @@ int Plug_Con_RenameSub(void *offset, unsigned int mask, const long *arg) #define EADDRNOTAVAIL WSAEADDRNOTAVAIL #define qerrno WSAGetLastError() + +#ifdef IPPROTO_IPV6 +#include +#endif #else