diff options
Diffstat (limited to 'lib/sha1.c')
| -rw-r--r-- | lib/sha1.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sha1.c b/lib/sha1.c index c86140caa..2bed14dbb 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -31,7 +31,9 @@ #include <stddef.h> #include <string.h> -#include "unlocked-io.h" +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif /* Not-swap is a macro that does an endian swap on architectures that are |
