[Libreoffice-commits] .: extensions/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Sun Jan 23 01:31:00 PST 2011


 extensions/source/plugin/inc/plugin/aqua/sysplug.hxx |    2 ++
 extensions/source/update/check/download.cxx          |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit e59c7d18697f27f9ef4183275e9b3d8b3f5a51f8
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sun Jan 23 10:30:50 2011 +0100

    Hopefully this will fix mac build.

diff --git a/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx b/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx
index 72364c2..acabff4 100644
--- a/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx
+++ b/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx
@@ -33,8 +33,10 @@
 #include <list>
 #include <map>
 #include <algorithm>
+#include "premac.h"
 #include <Carbon/Carbon.h>
 #include <Security/cssmconfig.h>
+#include "postmac.h"
 #undef uint32
 
 #define XP_MAC
diff --git a/extensions/source/update/check/download.cxx b/extensions/source/update/check/download.cxx
index f85cca7..ff1905b 100644
--- a/extensions/source/update/check/download.cxx
+++ b/extensions/source/update/check/download.cxx
@@ -33,6 +33,7 @@
 #ifdef _MSC_VER
 #pragma warning(push, 1) /* disable warnings within system headers */
 #endif
+#include <curl/curl.h>
 #ifdef _MSC_VER
 #pragma warning(pop)
 #endif


More information about the Libreoffice-commits mailing list