diff --git a/bitforce.c b/bitforce.c index 790e000b..b041aeae 100644 --- a/bitforce.c +++ b/bitforce.c @@ -17,6 +17,9 @@ #include #include #include +#ifndef O_CLOEXEC +#define O_CLOEXEC 0 +#endif #else #include #include