Call get_nprocs on Cygwin like on Linux
This commit is contained in:
parent
2906f04121
commit
695c24646f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "config.h"
|
||||
#include "gb_system.h"
|
||||
|
||||
#if OS_LINUX
|
||||
#if OS_LINUX || defined(OS_CYGWIN)
|
||||
|
||||
#include <sys/sysinfo.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue