summaryrefslogtreecommitdiff
path: root/security/nss/lib/fortcrypt
diff options
context:
space:
mode:
authorlarryh%netscape.com <devnull@localhost>2001-01-03 19:51:22 +0000
committerlarryh%netscape.com <devnull@localhost>2001-01-03 19:51:22 +0000
commitf8e574b80ee19dfeb803f51f6ed0c8b2176630bc (patch)
tree7474562f2228004818a7ea8a61faec9a309f955b /security/nss/lib/fortcrypt
parent9da09c03eed5032a823b8f218f6a85ebb4fdc7ea (diff)
downloadnss-hg-f8e574b80ee19dfeb803f51f6ed0c8b2176630bc.tar.gz
Bugzilla: 64132. NSS lock instrumentation
Diffstat (limited to 'security/nss/lib/fortcrypt')
-rw-r--r--security/nss/lib/fortcrypt/swfort/pkcs11/stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/fortcrypt/swfort/pkcs11/stub.c b/security/nss/lib/fortcrypt/swfort/pkcs11/stub.c
index 917eff386..711077fb6 100644
--- a/security/nss/lib/fortcrypt/swfort/pkcs11/stub.c
+++ b/security/nss/lib/fortcrypt/swfort/pkcs11/stub.c
@@ -260,7 +260,7 @@ PR_IMPLEMENT(PRInt32) PR_AtomicDecrement(PRInt32 *val) { return --(*val); }
PR_IMPLEMENT(PRStatus) PR_Sleep(PRIntervalTime ticks) { return PR_SUCCESS; }
-#include "prlock.h"
+#include "nssilock.h"
#include "fmutex.h"
PR_IMPLEMENT(PRLock *)
PR_NewLock(void) {