From 68ebc9e0ff64f1baebbd9f5adbd38cfd1fcf0b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20J=2E=20Hern=C3=A1ndez=20Blasco?= Date: Tue, 10 Feb 2015 23:34:51 +0100 Subject: [PATCH] oc: Use dlinklist from samba for now Due to https://github.com/openchange/openchange/pull/204. Until it is published by OC or dismissed. --- OpenChange/MAPIStoreContext.m | 1 + OpenChange/MAPIStoreFallbackContext.m | 1 + 2 files changed, 2 insertions(+) diff --git a/OpenChange/MAPIStoreContext.m b/OpenChange/MAPIStoreContext.m index 376a96623..fca045b17 100644 --- a/OpenChange/MAPIStoreContext.m +++ b/OpenChange/MAPIStoreContext.m @@ -51,6 +51,7 @@ #import "MAPIStoreContext.h" #undef DEBUG +#include #include #include #include diff --git a/OpenChange/MAPIStoreFallbackContext.m b/OpenChange/MAPIStoreFallbackContext.m index 5b1a40ad1..1555226d5 100644 --- a/OpenChange/MAPIStoreFallbackContext.m +++ b/OpenChange/MAPIStoreFallbackContext.m @@ -30,6 +30,7 @@ #undef DEBUG #include +#include #include @implementation MAPIStoreFallbackContext