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 | e59c7d18697f27f9ef4183275e9b3d8b3f5a51f8 (patch) | |
tree | 21c837dc7dc92413edc898441d100fca0f21bf9e /extensions/source/update/check | |
parent | 2854486252da1cc9e26b94d22358dfe8b579f3b6 (diff) |
Hopefully this will fix mac build.
Diffstat (limited to 'extensions/source/update/check')
-rw-r--r-- | extensions/source/update/check/download.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/update/check/download.cxx b/extensions/source/update/check/download.cxx index f85cca7e1..ff1905be1 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 |