mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Fix broken non-win32 build with bitforce enabled.
This commit is contained in:
parent
3d4cfce8df
commit
d485261e92
@ -15,6 +15,8 @@
|
||||
#include <dirent.h>
|
||||
#ifndef WIN32
|
||||
#include <termios.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user