diff --git a/mozilla/security/nss/lib/pki/pki3hack.c b/mozilla/security/nss/lib/pki/pki3hack.c index 6468404da96..f5f19f56cd6 100644 --- a/mozilla/security/nss/lib/pki/pki3hack.c +++ b/mozilla/security/nss/lib/pki/pki3hack.c @@ -32,7 +32,7 @@ */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.79.14.2 $ $Date: 2004-07-29 22:53:33 $ $Name: not supported by cvs2svn $"; +static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.79.14.3 $ $Date: 2004-10-21 03:35:01 $ $Name: not supported by cvs2svn $"; #endif /* DEBUG */ /* @@ -70,6 +70,7 @@ static const char CVS_ID[] = "@(#) $RCSfile: pki3hack.c,v $ $Revision: 1.79.14.2 #include "pk11func.h" #include "pkistore.h" #include "secmod.h" +#include "nssrwlk.h" NSSTrustDomain *g_default_trust_domain = NULL;