mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +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>
|
#include <dirent.h>
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <fcntl.h>
|
||||||
#else
|
#else
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user