diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-20 22:44:25 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-20 22:44:25 -0400 |
commit | 23e9cf91f09fa3ec364b439787f768f314780b85 (patch) | |
tree | 21ee62f827e5447d76b2ff0a57c0d5cd1d11795d /sha256_4way.c | |
parent | 24afd61775b957009619e0d3a5948492bdf5539e (diff) |
Ensure cpuminer-config.h is universally included, in *.c and *.h alike.
In miner.h, this fixes an alloca-definition-related warning.
For the other files, this is simply future-proofing/precaution.
Diffstat (limited to 'sha256_4way.c')
-rw-r--r-- | sha256_4way.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sha256_4way.c b/sha256_4way.c index 6d42451..82dd6ca 100644 --- a/sha256_4way.c +++ b/sha256_4way.c @@ -4,6 +4,7 @@ // tcatm's 4-way 128-bit SSE2 SHA-256 +#include "cpuminer-config.h" #include "miner.h" #ifdef WANT_SSE2_4WAY |