You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/06/25 13:24:47 UTC

svn commit: r550453 - /webservices/savan/trunk/c/include/savan_util.h

Author: damitha
Date: Mon Jun 25 04:24:46 2007
New Revision: 550453

URL: http://svn.apache.org/viewvc?view=rev&rev=550453
Log:
Fixed a type

Modified:
    webservices/savan/trunk/c/include/savan_util.h

Modified: webservices/savan/trunk/c/include/savan_util.h
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/include/savan_util.h?view=diff&rev=550453&r1=550452&r2=550453
==============================================================================
--- webservices/savan/trunk/c/include/savan_util.h (original)
+++ webservices/savan/trunk/c/include/savan_util.h Mon Jun 25 04:24:46 2007
@@ -19,6 +19,7 @@
 
 #include <axis2_const.h>
 #include <axutil_error.h>
+#include <axutil_hash.h>
 #include <axis2_defines.h>
 #include <axutil_utils_defines.h>
 #include <axutil_env.h>