You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/03/30 14:59:58 UTC

svn commit: r390113 - /webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c

Author: damitha
Date: Thu Mar 30 04:59:58 2006
New Revision: 390113

URL: http://svn.apache.org/viewcvs?rev=390113&view=rev
Log:
added axis2_xml_reader header to http_svr_thread to fix a linking error in windows build

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c?rev=390113&r1=390112&r2=390113&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c Thu Mar 30 04:59:58 2006
@@ -23,6 +23,7 @@
 #include <axis2_simple_http_svr_conn.h>
 #include <axis2_url.h>
 #include <axis2_error_default.h>
+#include <axis2_xml_reader.h>
 #include <signal.h>