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 88c8bbe41..e789ce558 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -27,7 +27,8 @@
* The CURL handles are cached in the curl_handle_ring.
*/
-#include "utils/config.h"
+/* must come first to ensure winsock2.h vs windows.h ordering issues */
+#include "utils/inet.h"
#include <assert.h>
#include <errno.h>