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 sa...@apache.org on 2005/12/29 03:09:22 UTC

svn commit: r359674 - /webservices/axis2/trunk/c/include/axis2_svc_skeleton.h

Author: samisa
Date: Wed Dec 28 18:09:19 2005
New Revision: 359674

URL: http://svn.apache.org/viewcvs?rev=359674&view=rev
Log:
Fixed compilation error by adding array list header

Modified:
    webservices/axis2/trunk/c/include/axis2_svc_skeleton.h

Modified: webservices/axis2/trunk/c/include/axis2_svc_skeleton.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_svc_skeleton.h?rev=359674&r1=359673&r2=359674&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_skeleton.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_skeleton.h Wed Dec 28 18:09:19 2005
@@ -18,6 +18,7 @@
 #define AXIS2_SVC_SKELETON_H
 
 #include <axis2_om_node.h>
+#include <axis2_array_list.h>
 
 #ifdef __cplusplus
 extern "C"