Author: pini
Date: Tue Apr  3 02:06:50 2007
New Revision: 525099

URL: http://svn.apache.org/viewvc?view=rev&rev=525099
Log:
Fixed build break

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/error.c

Modified: webservices/rampart/trunk/c/src/omxmlsec/error.c
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/error.c?view=diff&rev=525099&r1=525098&r2=525099
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/error.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/error.c Tue Apr  3 02:06:50 2007
@@ -21,7 +21,7 @@
 #include <stdarg.h>
 #include <time.h>
 #include <axutil_log_default.h>
-#include <platforms/axis2_platform_auto_sense.h>
+#include <platforms/axutil_platform_auto_sense.h>
 
 /*Table to map error codes with the error message*/
 #define OXS_ERRORS_MAX_NUMBER 64


Reply via email to