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-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-client.c') diff --git a/libcsoap/soap-client.c b/libcsoap/soap-client.c index cdf4d55..67b7681 100644 --- a/libcsoap/soap-client.c +++ b/libcsoap/soap-client.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-client.c,v 1.26 2006/03/07 16:21:47 m0gg Exp $ +* $Id: soap-client.c,v 1.27 2006/07/09 16:24:19 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -33,6 +33,7 @@ #include #endif +#include #include #include "soap-client.h" -- cgit v1.1-32-gdbae