Skip to content

Commit

Permalink
Merge pull request #14 from jserv/fix-linux-warning
Browse files Browse the repository at this point in the history
Eliminate compilation warning on Linux
  • Loading branch information
WEI, CHEN committed Mar 16, 2018
2 parents fa4452f + a0753db commit 81819df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pow_sse.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "constants.h"

/* Required for get_nprocs_conf() on Linux */
#ifdef NPROCS
#if defined(__linux__)
#include <sys/sysinfo.h>
#endif

Expand Down

0 comments on commit 81819df

Please sign in to comment.