Browse Source

Fix broken non-win32 build with bitforce enabled.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
d485261e92
  1. 2
      bitforce.c

2
bitforce.c

@ -15,6 +15,8 @@ @@ -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…
Cancel
Save