Skip to content

Commit

Permalink
Fixed missing declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
troky committed Nov 23, 2014
1 parent 81d9c9e commit 7f88bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sgminer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f88bab

Please sign in to comment.