1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Fixed missing declaration.

This commit is contained in:
troky 2014-11-23 13:35:46 +01:00
parent 81d9c9e574
commit 7f88bab725

View File

@ -8388,6 +8388,7 @@ int main(int argc, char *argv[])
{
#ifndef _MSC_VER
struct sigaction handler;
char *s;
#endif
struct thr_info *thr;
struct block *block;