Skip to content

Commit

Permalink
equihash: Don't import a header that's missing in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored and str4d committed Apr 18, 2024
1 parent 9d6f284 commit d2907df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/equihash/tromp/portable_endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@
#elif defined(__WINDOWS__)

# include <winsock2.h>
# include <sys/param.h>

// Not available in librustzcash CI
//# include <sys/param.h>

# if BYTE_ORDER == LITTLE_ENDIAN

Expand Down

0 comments on commit d2907df

Please sign in to comment.