You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by du...@apache.org on 2007/08/29 11:00:07 UTC

svn commit: r570707 - /webservices/rampart/trunk/c/src/util/rampart_context.c

Author: dumindu
Date: Wed Aug 29 02:00:06 2007
New Revision: 570707

URL: http://svn.apache.org/viewvc?rev=570707&view=rev
Log:
fixed win32 build break

Modified:
    webservices/rampart/trunk/c/src/util/rampart_context.c

Modified: webservices/rampart/trunk/c/src/util/rampart_context.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/rampart_context.c?rev=570707&r1=570706&r2=570707&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/util/rampart_context.c (original)
+++ webservices/rampart/trunk/c/src/util/rampart_context.c Wed Aug 29 02:00:06 2007
@@ -18,6 +18,7 @@
 #include <rampart_context.h>
 #include <rampart_constants.h>
 #include <oxs_axiom.h>
+#include <oxs_x509_cert.h>
 
 struct rampart_context_t
 {