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
maint-2.0.2
Ludovic Marcotte 2011-10-07 10:27:59 +00:00
parent 7965cda482
commit 90b99e5020
1 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,10 @@
#include <talloc.h>
#include <tdb.h>
#include <tdb_wrap.h>
struct tdb_wrap {
struct tdb_context *tdb;
};
static NSMutableDictionary *mappingRegistry = nil;