You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2006/05/02 11:05:09 UTC

svn commit: r398874 - /webservices/axis2/trunk/c/modules/xml/soap/soap_header.c

Author: nandika
Date: Tue May  2 02:04:57 2006
New Revision: 398874

URL: http://svn.apache.org/viewcvs?rev=398874&view=rev
Log:
error in include directive corrected

Modified:
    webservices/axis2/trunk/c/modules/xml/soap/soap_header.c

Modified: webservices/axis2/trunk/c/modules/xml/soap/soap_header.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/soap_header.c?rev=398874&r1=398873&r2=398874&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/soap_header.c (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/soap_header.c Tue May  2 02:04:57 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
  
-#include <axis2_soap_const.h>envelope.h"
+#include  "_axis2_soap_envelope.h"
  #include "_axis2_soap_header.h"
  #include <axis2_soap_header_block.h>
  #include <axis2_hash.h>