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. --- examples/csoap/soapclient.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/csoap/soapclient.c') diff --git a/examples/csoap/soapclient.c b/examples/csoap/soapclient.c index f1b054d..c7ece72 100644 --- a/examples/csoap/soapclient.c +++ b/examples/csoap/soapclient.c @@ -7,6 +7,8 @@ #include #include #include + +#include #include #define MAX_LINE_LENGTH 65535 -- cgit v1.1-32-gdbae