Browse Source

Fix util.h build from hashfast include.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
cccee5d545
  1. 1
      util.h

1
util.h

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

Loading…
Cancel
Save