summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-client.h')
-rw-r--r--libcsoap/soap-client.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libcsoap/soap-client.h b/libcsoap/soap-client.h
index 30d2f00..e821b9b 100644
--- a/libcsoap/soap-client.h
+++ b/libcsoap/soap-client.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-client.h,v 1.15 2006/11/29 11:04:25 m0gg Exp $
+ * $Id: soap-client.h,v 1.16 2006/11/30 14:23:59 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -24,6 +24,14 @@
#ifndef __csoap_client_h
#define __csoap_client_h
+#ifndef __CSOAP_INTERNAL
+#include <nanohttp/nanohttp-client.h>
+
+#include <libcsoap/soap-ctx.h>
+#include <libcsoap/soap-env.h>
+#include <libcsoap/soap-addressing.h>
+#endif
+
#define SOAP_ERROR_CLIENT 5000
#define SOAP_ERROR_CLIENT_GENERIC (SOAP_ERROR_CLIENT + 0)
#define SOAP_ERROR_CLIENT_INIT (SOAP_ERROR_CLIENT + 1)