Unverified Commit 3f02b5b9 by Edward Thomson Committed by GitHub

Merge pull request #5997 from boretrk/sha1_endian

sha1dc: remove conditional for <sys/types.h>
parents a7b2195a 727d903a
......@@ -10,10 +10,8 @@
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef __unix__
#include <sys/types.h> /* make sure macros like _BIG_ENDIAN visible */
#endif
#endif
#ifdef SHA1DC_CUSTOM_INCLUDE_SHA1_C
#include SHA1DC_CUSTOM_INCLUDE_SHA1_C
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment