Browse Source

Fixed missing declaration.

djm34
troky 10 years ago
parent
commit
7f88bab725
  1. 1
      sgminer.c

1
sgminer.c

@ -8388,6 +8388,7 @@ int main(int argc, char *argv[]) @@ -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;

Loading…
Cancel
Save