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
Bugfix: proxy: Add missing unistd.h include
Luke Dashjr
12 years ago
parent
19e8fa8996
commit
91f009ab3e
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
driver-proxy.c
+ 2
- 0
driver-proxy.c
View File
@@ -1,3 +1,5 @@
+#include <unistd.h>
+
#include <pthread.h>
#include <pthread.h>
#include <uthash.h>
#include <uthash.h>