mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-11 09:42:17 +01:00
Add an alternate location of endian.h header
Github-Pull: #6246
Rebased-From: 0640a5eb60
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
b7115995d7
commit
8ea6d37aee
@@ -15,6 +15,8 @@
|
||||
|
||||
#if defined(HAVE_ENDIAN_H)
|
||||
#include <endian.h>
|
||||
#elif defined(HAVE_SYS_ENDIAN_H)
|
||||
#include <sys/endian.h>
|
||||
#endif
|
||||
|
||||
#if defined(WORDS_BIGENDIAN)
|
||||
|
||||
Reference in New Issue
Block a user