summaryrefslogtreecommitdiffstats
path: root/crypto/keychain_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/keychain_mac.h')
-rw-r--r--crypto/keychain_mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/keychain_mac.h b/crypto/keychain_mac.h
index 39ba31c..cde96b3 100644
--- a/crypto/keychain_mac.h
+++ b/crypto/keychain_mac.h
@@ -9,6 +9,7 @@
#include <Security/Security.h>
#include "base/basictypes.h"
+#include "crypto/crypto_export.h"
namespace crypto {
@@ -20,7 +21,7 @@ namespace crypto {
// SecKeychainFoo). The only exception is Free, which should be used for
// anything returned from this class that would normally be freed with
// CFRelease (to aid in testing).
-class MacKeychain {
+class CRYPTO_EXPORT MacKeychain {
public:
MacKeychain();
virtual ~MacKeychain();