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: Include config.h in sha2.c first
Luke Dashjr
12 years ago
parent
273d5cc04b
commit
a25dcc14df
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
sha2.c
+ 2
- 0
sha2.c
View File
@@ -32,6 +32,8 @@
* SUCH DAMAGE.
* SUCH DAMAGE.
*/
*/
+#include "config.h"
+
#include <string.h>
#include <string.h>
#include "sha2.h"
#include "sha2.h"