1
0
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:
Con Kolivas 2012-01-28 16:14:54 +11:00
commit 075ff6bf7a

View File

@ -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>