Commit cccee5d54593758157604dc996993843ce69e784

Con Kolivas 2013-09-22T20:24:59

Fix util.h build from hashfast include.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/util.h b/util.h
index 96157fa..04343b7 100644
--- a/util.h
+++ b/util.h
@@ -53,6 +53,7 @@
 #endif
 
 #ifdef HAVE_LIBCURL
+#include <curl/curl.h>
 typedef curl_proxytype proxytypes_t;
 #else
 typedef int proxytypes_t;