summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/curl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index d067cfaaf..b82f6b063 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -27,6 +27,8 @@
* The CURL handles are cached in the curl_handle_ring.
*/
+#include "utils/config.h"
+
#include <assert.h>
#include <errno.h>
#include <inttypes.h>
@@ -39,7 +41,6 @@
#include <libwapcaplet/libwapcaplet.h>
-#include "utils/config.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"
#include "utils/log.h"