1
0
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:
Con Kolivas 2012-01-24 20:26:33 +11:00
parent 3d4cfce8df
commit d485261e92

View File

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