Merge pull request #85 from Zentyal/ejhernandez/dlinklist-samba

oc: Use dlinklist from samba for now
This commit is contained in:
Jesús García Sáez 2015-02-11 10:05:51 +01:00
commit efe2070227
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@
#import "MAPIStoreContext.h" #import "MAPIStoreContext.h"
#undef DEBUG #undef DEBUG
#include <dlinklist.h>
#include <stdbool.h> #include <stdbool.h>
#include <gen_ndr/exchange.h> #include <gen_ndr/exchange.h>
#include <util/attr.h> #include <util/attr.h>

View file

@ -30,6 +30,7 @@
#undef DEBUG #undef DEBUG
#include <inttypes.h> #include <inttypes.h>
#include <dlinklist.h>
#include <mapistore/mapistore.h> #include <mapistore/mapistore.h>
@implementation MAPIStoreFallbackContext @implementation MAPIStoreFallbackContext