diff options
Diffstat (limited to 'sha256_sse2_amd64.c')
-rw-r--r-- | sha256_sse2_amd64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sha256_sse2_amd64.c b/sha256_sse2_amd64.c index d97d888..4784342 100644 --- a/sha256_sse2_amd64.c +++ b/sha256_sse2_amd64.c @@ -9,6 +9,8 @@ * */ +#include "cpuminer-config.h" + #include "miner.h" #ifdef WANT_X8664_SSE2 |