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 na...@apache.org on 2009/02/21 19:21:49 UTC

svn commit: r746556 - /webservices/savan/trunk/c/src/core/mod_savan.c

Author: nandika
Date: Sat Feb 21 18:21:48 2009
New Revision: 746556

URL: http://svn.apache.org/viewvc?rev=746556&view=rev
Log:
savan_error.h included to fix a compilation error in windows

Modified:
    webservices/savan/trunk/c/src/core/mod_savan.c

Modified: webservices/savan/trunk/c/src/core/mod_savan.c
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/core/mod_savan.c?rev=746556&r1=746555&r2=746556&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/core/mod_savan.c (original)
+++ webservices/savan/trunk/c/src/core/mod_savan.c Sat Feb 21 18:21:48 2009
@@ -15,7 +15,7 @@
  */
 #include <axis2_module.h>
 #include <axis2_conf_ctx.h>
-
+#include <savan_error.h>
 #include <mod_savan.h>
 #include <savan_constants.h>
 #include <savan_util.h>