From fc13964422ceccee84640cdc71a308dd48976560 Mon Sep 17 00:00:00 2001 From: rans Date: Thu, 2 Sep 2004 11:48:28 +0000 Subject: Just changed casts to libxml2's BAD_CAST x --- libcsoap/soap-xml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-xml.h') 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 +#include #include -- cgit v1.1-32-gdbae