Skip to content

Commit

Permalink
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 committed Jan 11, 2024
1 parent cc2f2d7 commit 742ca1b
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 742ca1b

Please sign in to comment.