From a0753dbc033c17f514e95e56eb7262e9012031ce Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sat, 17 Mar 2018 02:37:10 +0800 Subject: [PATCH] Eliminate compilation warning on Linux --- src/pow_sse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow_sse.c b/src/pow_sse.c index 911807d..09928dc 100644 --- a/src/pow_sse.c +++ b/src/pow_sse.c @@ -13,7 +13,7 @@ #include "constants.h" /* Required for get_nprocs_conf() on Linux */ -#ifdef NPROCS +#if defined(__linux__) #include #endif