From 90b99e50205984bc29c9d4e1049b1e1902caecac Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 7 Oct 2011 10:27:59 +0000 Subject: [PATCH] Fix for samba alpha 17 Monotone-Parent: 48c12fa641df69cf590eb612abe134cece64c376 Monotone-Revision: c175274e0e82f9e287d4641095f40892fc1769c2 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-10-07T10:27:59 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreMapping.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OpenChange/MAPIStoreMapping.m b/OpenChange/MAPIStoreMapping.m index 9a3e4957c..e38efc69b 100644 --- a/OpenChange/MAPIStoreMapping.m +++ b/OpenChange/MAPIStoreMapping.m @@ -36,7 +36,10 @@ #include #include -#include + +struct tdb_wrap { + struct tdb_context *tdb; +}; static NSMutableDictionary *mappingRegistry = nil;