summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/fetch.c b/content/fetch.c
index a69d3e4cf..bfc84ea6a 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -54,7 +54,11 @@
#include "content/fetchers.h"
#include "content/fetchers/resource.h"
#include "content/fetchers/about.h"
+#if defined(_TARGET_IS_KOLIBRIOS)
+#include "content/fetchers/http_kolibri.h"
+#else
#include "content/fetchers/curl.h"
+#endif
#include "content/fetchers/data.h"
#include "content/fetchers/file.h"
#include "javascript/fetcher.h"