diff -r e40bd494b78e -r 014ff38feea9 src/protocols/icq/tcplink.h --- a/src/protocols/icq/tcplink.h Thu Feb 12 19:17:54 2004 +0000 +++ b/src/protocols/icq/tcplink.h Thu Feb 12 19:54:18 2004 +0000 @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* - * $Id: tcplink.h 2096 2001-07-31 01:00:39Z warmenhoven $ + * $Id: tcplink.h 8967 2004-02-12 19:54:18Z hermanator $ * * Copyright (C) 1998-2001, Denis V. Dmitrienko and * Bill Soudan @@ -29,11 +29,11 @@ #include #endif -#ifdef _WIN32 -#include -#else +#ifndef _WIN32 #include #include +#else +#include "libc_interface.h" #endif #include "icq.h"