summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-xml.h
diff options
context:
space:
mode:
authorGravatar rans2004-09-02 11:48:28 +0000
committerGravatar rans2004-09-02 11:48:28 +0000
commitfc13964422ceccee84640cdc71a308dd48976560 (patch)
treeb54b1e082a966823bbda804ef41149909c5ef482 /libcsoap/soap-xml.h
parent7e7de8942cab7cd63dae5aa8799c9b0cbb0a4002 (diff)
downloadcsoap-fc13964422ceccee84640cdc71a308dd48976560.tar.gz
csoap-fc13964422ceccee84640cdc71a308dd48976560.tar.bz2
Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903
Diffstat (limited to 'libcsoap/soap-xml.h')
-rw-r--r--libcsoap/soap-xml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcsoap/soap-xml.h b/libcsoap/soap-xml.h
index 7976a42..8083346 100644
--- a/libcsoap/soap-xml.h
+++ b/libcsoap/soap-xml.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-xml.h,v 1.3 2004/02/03 08:59:22 snowdrop Exp $
+ * $Id: soap-xml.h,v 1.4 2004/09/02 11:48:28 rans Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -25,6 +25,7 @@
#define cSOAP_XML_H
#include <libxml/xpath.h>
+#include <libxml/xpathInternals.h>
#include <nanohttp/nanohttp-common.h>