mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Merge branch 'master' into reorder
This commit is contained in:
commit
075ff6bf7a
@ -17,6 +17,9 @@
|
||||
#include <termios.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#ifndef O_CLOEXEC
|
||||
#define O_CLOEXEC 0
|
||||
#endif
|
||||
#else
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
|
Loading…
Reference in New Issue
Block a user