From 71d63fe322877a20cfa1dda72fbbad0c14232ecc Mon Sep 17 00:00:00 2001 From: mrcsys Date: Thu, 19 Jan 2006 18:00:19 +0000 Subject: Minor win32 fixes. --- nanohttp/nanohttp-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-client.c') diff --git a/nanohttp/nanohttp-client.c b/nanohttp/nanohttp-client.c index 6f7d864..c559b26 100644 --- a/nanohttp/nanohttp-client.c +++ b/nanohttp/nanohttp-client.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-client.c,v 1.34 2006/01/18 14:53:13 mrcsys Exp $ +* $Id: nanohttp-client.c,v 1.35 2006/01/19 18:00:19 mrcsys Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -22,7 +22,7 @@ * Email: ferhatayaz@yahoo.com ******************************************************************/ #include - +#include #ifdef HAVE_CONFIG_H #include -- cgit v1.1-32-gdbae