Browse Source

Merge branch 'master' into reorder

Con Kolivas 14 years ago
parent
commit
075ff6bf7a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      bitforce.c

+ 3 - 0
bitforce.c

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