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 sa...@apache.org on 2007/09/26 06:36:18 UTC

svn commit: r579468 - /webservices/savan/trunk/c/include/savan_constants.h

Author: samisa
Date: Tue Sep 25 21:36:16 2007
New Revision: 579468

URL: http://svn.apache.org/viewvc?rev=579468&view=rev
Log:
Fixed header inclusion

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=579468&r1=579467&r2=579468&view=diff
==============================================================================
--- webservices/savan/trunk/c/include/savan_constants.h (original)
+++ webservices/savan/trunk/c/include/savan_constants.h Tue Sep 25 21:36:16 2007
@@ -17,7 +17,7 @@
 #ifndef SAVAN_CONSTANTS_H
 #define SAVAN_CONSTANTS_H
 
-#include <axis2_const.h>
+#include <axis2_conf.h>
 
 #ifdef __cplusplus
 extern "C"