mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
bug 1039642 - follow-up to fix non-unified build bustage (missing include and namespace) r=bustage a=metered
This commit is contained in:
parent
6381474dbc
commit
fc748d0372
@ -9,9 +9,10 @@
|
||||
#include "nsNSSComponent.h"
|
||||
#include "nsNativeCharsetUtils.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include "pkix/ScopedPtr.h"
|
||||
#include "secmod.h"
|
||||
|
||||
typedef ScopedPtr<SECMODModule, SECMOD_DestroyModule> ScopedSECMODModule;
|
||||
typedef mozilla::pkix::ScopedPtr<SECMODModule, SECMOD_DestroyModule> ScopedSECMODModule;
|
||||
|
||||
// QueryInterface implementation for nsPkcs11
|
||||
NS_INTERFACE_MAP_BEGIN(nsPkcs11)
|
||||
|
Loading…
x
Reference in New Issue
Block a user