Browse Source

Fix broken non-win32 build with bitforce enabled.

Con Kolivas 14 years ago
parent
commit
d485261e92
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bitforce.c

+ 2 - 0
bitforce.c

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