Wrap endian.h include inside ifdef (bz#2370).
This commit is contained in:
parent
408f4c2ad4
commit
ee15d9c9f0
|
@ -32,7 +32,9 @@
|
||||||
#ifndef WITH_OPENSSL
|
#ifndef WITH_OPENSSL
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#ifdef HAVE_ENDIAN_H
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <rmd160.h>
|
#include <rmd160.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue