diff --git a/OGoContentStore/iCalEntityObject+OCS.h b/OGoContentStore/iCalEntityObject+OCS.h index 0bb5f58ad..c5eb30da8 100644 --- a/OGoContentStore/iCalEntityObject+OCS.h +++ b/OGoContentStore/iCalEntityObject+OCS.h @@ -22,7 +22,7 @@ #ifndef __OGoContentStore_iCalEntityObject_OCS_H_ #define __OGoContentStore_iCalEntityObject_OCS_H_ -#include +#include @interface iCalEntityObject (OCS) diff --git a/SoObjects/SOGo/AgenorUserManager.m b/SoObjects/SOGo/AgenorUserManager.m index dc3b39955..1961e8656 100644 --- a/SoObjects/SOGo/AgenorUserManager.m +++ b/SoObjects/SOGo/AgenorUserManager.m @@ -23,7 +23,7 @@ #include "AgenorUserDefaults.h" #include #include -#include +#include #include "SOGoLRUCache.h" @interface AgenorUserManager (PrivateAPI) diff --git a/SoObjects/SOGo/GNUmakefile.preamble b/SoObjects/SOGo/GNUmakefile.preamble index a4a27319d..fd20c9958 100644 --- a/SoObjects/SOGo/GNUmakefile.preamble +++ b/SoObjects/SOGo/GNUmakefile.preamble @@ -19,7 +19,7 @@ libSOGo_LIBRARIES_DEPEND_UPON += \ -lOGoContentStore \ -lGDLAccess \ -lNGObjWeb \ - -lNGiCal \ + -lNGCards \ -lNGMime \ -lNGStreams -lNGExtensions -lEOControl \ -lXmlRpc -lDOM -lSaxObjC \