summaryrefslogtreecommitdiff
path: root/extensions/source/update/check
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-23 10:30:50 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-23 10:30:50 +0100
commite59c7d18697f27f9ef4183275e9b3d8b3f5a51f8 (patch)
tree21c837dc7dc92413edc898441d100fca0f21bf9e /extensions/source/update/check
parent2854486252da1cc9e26b94d22358dfe8b579f3b6 (diff)
Hopefully this will fix mac build.
Diffstat (limited to 'extensions/source/update/check')
-rw-r--r--extensions/source/update/check/download.cxx1
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