From 8e94d40e90b5ed006090af64ff7017a2d4f1a802 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sun, 9 Jul 2006 16:24:18 +0000 Subject: ported logging function to a seperate file (nanohttp-logging.*) and renamed all logging functions. --- libcsoap/soap-xml.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-xml.c') diff --git a/libcsoap/soap-xml.c b/libcsoap/soap-xml.c index 37487d3..801bdd1 100644 --- a/libcsoap/soap-xml.c +++ b/libcsoap/soap-xml.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-xml.c,v 1.10 2006/02/27 22:26:02 snowdrop Exp $ +* $Id: soap-xml.c,v 1.11 2006/07/09 16:24:19 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -25,6 +25,8 @@ #include #endif +#include + #include "soap-xml.h" xmlNodePtr -- cgit v1.1-32-gdbae