From c41f3517d50ae8f6c203ababd347bf2105d17b18 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Mon, 1 May 2006 17:51:50 +0000 Subject: Some fixes because recent changes did not work in WIN32. Now should be compat --- nanohttp/nanohttp-socket.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-socket.h') diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h index fd05040..5c1554d 100644 --- a/nanohttp/nanohttp-socket.h +++ b/nanohttp/nanohttp-socket.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-socket.h,v 1.27 2006/04/26 17:48:30 mrcsys Exp $ + * $Id: nanohttp-socket.h,v 1.28 2006/05/01 17:51:50 mrcsys Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -25,8 +25,14 @@ #define NANO_HTTP_SOCKET_H #include + +#ifdef HAVE_SOCKET_H #include +#endif + +#ifdef HAVE_NETINET_IN_H #include +#endif #include -- cgit v1.1-32-gdbae