This website works better with JavaScript
Home
Explore
引导页
在线工具
Blog
Register
Sign In
Pchen0
/
bfgminer
mirror of
https://github.com/luke-jr/bfgminer.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing define in logging.c for isatty()
Con Kolivas
14 years ago
parent
beb1c3f907
commit
be8ad57962
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
logging.c
+ 2
- 0
logging.c
View File
@@ -1,3 +1,5 @@
+#include <unistd.h>
+
#include "logging.h"
#include "logging.h"
#include "miner.h"
#include "miner.h"