1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Fix util.h build from hashfast include.

This commit is contained in:
Con Kolivas 2013-09-22 20:24:59 +10:00
parent 118f9038a0
commit cccee5d545

1
util.h
View File

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