Browse Source

Fix util.h build from hashfast include.

Con Kolivas 12 years ago
parent
commit
cccee5d545
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util.h

+ 1 - 0
util.h

@@ -53,6 +53,7 @@
 #endif
 #endif
 
 
 #ifdef HAVE_LIBCURL
 #ifdef HAVE_LIBCURL
+#include <curl/curl.h>
 typedef curl_proxytype proxytypes_t;
 typedef curl_proxytype proxytypes_t;
 #else
 #else
 typedef int proxytypes_t;
 typedef int proxytypes_t;