summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-env.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-env.c')
-rw-r--r--libcsoap/soap-env.c12
1 files changed, 11 insertions, 1 deletions
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 <config.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif
@@ -41,6 +45,10 @@
#include <errno.h>
#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+
#ifdef WIN32
#define USE_XMLSTRING
#endif
@@ -49,6 +57,8 @@
#include <libxml/xmlstring.h>
#endif
+#include <nanohttp/nanohttp-common.h>
+#include <nanohttp/nanohttp-socket.h>
#include <nanohttp/nanohttp-logging.h>
#include "soap-xml.h"