From 23324aca14c3eb2e117d88449f924675cee6ae82 Mon Sep 17 00:00:00 2001 From: "julien.pierre.bugs%sun.com" Date: Thu, 21 Oct 2004 03:35:01 +0000 Subject: [PATCH] Fix for 265373 , missing function declaration git-svn-id: svn://10.0.0.236/branches/NSS_3_9_BRANCH@164139 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/pki/pki3hack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;