We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184211d commit 944605cCopy full SHA for 944605c
sha2.c
@@ -86,6 +86,9 @@
86
* <machine/endian.h> where the appropriate definitions are actually
87
* made).
88
*/
89
+#if defined(__MINGW32__) || defined(__MINGW64__)
90
+#include <sys/param.h>
91
+#endif
92
#if !defined(BYTE_ORDER) || (BYTE_ORDER != LITTLE_ENDIAN && BYTE_ORDER != BIG_ENDIAN)
93
#error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN
94
#endif
0 commit comments