summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x_mmap/commonheaders.h')
-rw-r--r--plugins/Db3x_mmap/commonheaders.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/commonheaders.h b/plugins/Db3x_mmap/commonheaders.h
index acdc888725..4a31de1cc2 100644
--- a/plugins/Db3x_mmap/commonheaders.h
+++ b/plugins/Db3x_mmap/commonheaders.h
@@ -52,6 +52,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "resource.h"
#include "version.h"
+extern LIST<CDdxMmap> g_Dbs;
+
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
#else