From c489665ace13d32f4959904b0215ed1021d0acf6 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 3 Dec 2006 17:30:57 +0000 Subject: Error codes moved --- libcsoap/soap-nhttp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-nhttp.c') diff --git a/libcsoap/soap-nhttp.c b/libcsoap/soap-nhttp.c index 74d1ebd..da30a11 100644 --- a/libcsoap/soap-nhttp.c +++ b/libcsoap/soap-nhttp.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-nhttp.c,v 1.8 2006/12/02 21:59:09 m0gg Exp $ +* $Id: soap-nhttp.c,v 1.9 2006/12/03 17:30:57 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -39,6 +39,7 @@ #include #include +#include #include #include @@ -57,6 +58,7 @@ #include "soap-client.h" #include "soap-transport.h" #include "soap-addressing.h" +#include "soap-xml.h" #include "soap-admin.h" #include "soap-wsil.h" -- cgit v1.1-32-gdbae