Author: samisa
Date: Tue Sep 25 21:30:53 2007
New Revision: 579467
URL: http://svn.apache.org/viewvc?rev=579467&view=rev
Log:
Added the required header to file
Modified:
webservices/savan/trunk/c/include/savan_constants.h
Modified: webservices/savan/trunk/c/include/savan_constants.h
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/include/savan_constants.h?rev=579467&r1=579466&r2=579467&view=diff
==============================================================================
--- webservices/savan/trunk/c/include/savan_constants.h (original)
+++ webservices/savan/trunk/c/include/savan_constants.h Tue Sep 25 21:30:53 2007
@@ -17,6 +17,8 @@
#ifndef SAVAN_CONSTANTS_H
#define SAVAN_CONSTANTS_H
+#include <axis2_const.h>
+
#ifdef __cplusplus
extern "C"
{