From 3d113d2c9c356aed327d6fb1a2114ffda0360492 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Thu, 9 Feb 2006 13:43:49 +0000 Subject: pthread header not needed in win32 and may cause errors. --- nanohttp/nanohttp-common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-common.c') diff --git a/nanohttp/nanohttp-common.c b/nanohttp/nanohttp-common.c index adead8c..d7b1f27 100644 --- a/nanohttp/nanohttp-common.c +++ b/nanohttp/nanohttp-common.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-common.c,v 1.25 2006/02/08 11:13:14 snowdrop Exp $ +* $Id: nanohttp-common.c,v 1.26 2006/02/09 13:43:49 mrcsys Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -31,7 +31,9 @@ #include #include +#ifndef WIN32 #include +#endif #ifdef MEM_DEBUG #include -- cgit v1.1-32-gdbae