From 949a8d0b46d6baa9f42c2f8c3bd5e3bdc3596cbd Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 19 Nov 2006 09:40:14 +0000 Subject: nanohttp admin patch; code cleanup --- libcsoap/soap-env.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-env.c') diff --git a/libcsoap/soap-env.c b/libcsoap/soap-env.c index 0536065..abff67e 100644 --- a/libcsoap/soap-env.c +++ b/libcsoap/soap-env.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-env.c,v 1.20 2006/07/09 16:24:19 snowdrop Exp $ +* $Id: soap-env.c,v 1.21 2006/11/19 09:40:14 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -25,6 +25,10 @@ #include #endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #ifdef HAVE_STDARG_H #include #endif @@ -41,6 +45,10 @@ #include #endif +#ifdef HAVE_NETINET_IN_H +#include +#endif + #ifdef WIN32 #define USE_XMLSTRING #endif @@ -49,6 +57,8 @@ #include #endif +#include +#include #include #include "soap-xml.h" -- cgit v1.1-32-gdbae