Fix declaration for softkeymaster_module

Bug: 19199556
Change-Id: I81b682cee47f9c8bc4f12dc26c90d0f0d4cabb5f
diff --git a/softkeymaster/include/keymaster/softkeymaster.h b/softkeymaster/include/keymaster/softkeymaster.h
index 17d1389..e4b173c 100644
--- a/softkeymaster/include/keymaster/softkeymaster.h
+++ b/softkeymaster/include/keymaster/softkeymaster.h
@@ -40,5 +40,6 @@
 
 int openssl_open(const hw_module_t* module, const char* name, hw_device_t** device);
 
-struct keystore_module softkeymaster_module;
+extern struct keystore_module softkeymaster_module;
+
 #endif  // SOFTKEYMASTER_INCLUDE_KEYMASTER_SOFTKEYMASTER_H_