From cccee5d54593758157604dc996993843ce69e784 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 22 Sep 2013 20:24:59 +1000 Subject: [PATCH] Fix util.h build from hashfast include. --- util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/util.h b/util.h index 96157fa4..04343b77 100644 --- a/util.h +++ b/util.h @@ -53,6 +53,7 @@ #endif #ifdef HAVE_LIBCURL +#include typedef curl_proxytype proxytypes_t; #else typedef int proxytypes_t;