diff options
| author | Andriy Voskoboinyk <[email protected]> | 2015-06-07 04:38:31 +0300 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2015-07-29 18:29:30 +0100 |
| commit | e44aaef534d7e0553db23988f0bd732319251031 (patch) | |
| tree | 3218b231f3aba0038e5bf458d62e9f8d2ab3e0d1 /src | |
| parent | gitian: add a gitian-win-signer descriptor (diff) | |
| download | discoin-e44aaef534d7e0553db23988f0bd732319251031.tar.xz discoin-e44aaef534d7e0553db23988f0bd732319251031.zip | |
Add an alternate location of endian.h header
Github-Pull: #6246
Rebased-From: 0640a5eb60b06de61f873fd88ae0252f5a11c339
Diffstat (limited to 'src')
| -rw-r--r-- | src/compat/endian.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compat/endian.h b/src/compat/endian.h index 4d041d655..9fec2a07f 100644 --- a/src/compat/endian.h +++ b/src/compat/endian.h @@ -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) |