Call get_nprocs on Cygwin like on Linux

This commit is contained in:
Bastian Germann 2021-09-15 16:15:19 +02:00
parent 2906f04121
commit 695c24646f

View file

@ -24,7 +24,7 @@
#include "config.h"
#include "gb_system.h"
#if OS_LINUX
#if OS_LINUX || defined(OS_CYGWIN)
#include <sys/sysinfo.h>