diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-23 10:30:50 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-23 10:30:50 +0100 |
commit | 487a86403b85405df941fd65b9573d9e3cef0bae (patch) | |
tree | 53cf8bcf9e32035924b19ebb57edb94f038e80d7 /extensions | |
parent | 7255e4183309345896094afbd0cb54405cbaf9e6 (diff) |
Hopefully this will fix mac build.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/inc/plugin/aqua/sysplug.hxx | 2 | ||||
-rw-r--r-- | extensions/source/update/check/download.cxx | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx b/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx index d254a74d91e9..01b8dafa0f2c 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 f6a971ae64de..68123924c567 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 |