You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ka...@apache.org on 2007/04/18 09:00:38 UTC

svn commit: r529895 - /webservices/axis2/trunk/c/src/core/clientapi/svc_client.c

Author: kaushalye
Date: Wed Apr 18 00:00:37 2007
New Revision: 529895

URL: http://svn.apache.org/viewvc?view=rev&rev=529895
Log:
Including axiom_util.h to fix the build break in windows

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/svc_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/svc_client.c?view=diff&rev=529895&r1=529894&r2=529895
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/svc_client.c Wed Apr 18 00:00:37 2007
@@ -24,6 +24,7 @@
 #include <axiom_soap_const.h>
 #include <axiom_soap_body.h>
 #include <axiom_soap_header.h>
+#include <axiom_util.h>
 #include <axis2_listener_manager.h>
 #include <axis2_module_desc.h>
 #include <axutil_array_list.h>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org