You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2007/09/15 04:08:49 UTC

svn commit: r575854 - /xml/security/trunk/c/src/dsig/DSIGAlgorithmHandlerDefault.cpp

Author: scantor
Date: Fri Sep 14 19:08:41 2007
New Revision: 575854

URL: http://svn.apache.org/viewvc?rev=575854&view=rev
Log:
Local reference to header fails during RPM build.

Modified:
    xml/security/trunk/c/src/dsig/DSIGAlgorithmHandlerDefault.cpp

Modified: xml/security/trunk/c/src/dsig/DSIGAlgorithmHandlerDefault.cpp
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/dsig/DSIGAlgorithmHandlerDefault.cpp?rev=575854&r1=575853&r2=575854&view=diff
==============================================================================
--- xml/security/trunk/c/src/dsig/DSIGAlgorithmHandlerDefault.cpp (original)
+++ xml/security/trunk/c/src/dsig/DSIGAlgorithmHandlerDefault.cpp Fri Sep 14 19:08:41 2007
@@ -35,7 +35,7 @@
 #include <xsec/framework/XSECError.hpp>
 #include <xsec/utils/XSECDOMUtils.hpp>
 
-#include "DSIGAlgorithmHandlerDefault.hpp"
+#include <xsec/dsig/DSIGAlgorithmHandlerDefault.hpp>
 
 #include <xercesc/dom/DOM.hpp>
 #include <xercesc/util/Janitor.hpp>