From 1658c567191c35beaddffafdb079abe33248037b Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 28 Aug 2013 08:31:17 +0200 Subject: UTIL: Create new wraper header file sss_endian.h Some platform have header file endian.h and anothers have sys/endian.h. We nedd to use conditional build to handle it correctly, therefore new header file sss_endian.h was created. --- src/util/crypto/libcrypto/crypto_sha512crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/crypto/libcrypto') diff --git a/src/util/crypto/libcrypto/crypto_sha512crypt.c b/src/util/crypto/libcrypto/crypto_sha512crypt.c index f4c3e0da..88628b68 100644 --- a/src/util/crypto/libcrypto/crypto_sha512crypt.c +++ b/src/util/crypto/libcrypto/crypto_sha512crypt.c @@ -12,7 +12,6 @@ #include "config.h" -#include #include #include #include @@ -24,6 +23,7 @@ #include #include "util/util.h" +#include "util/sss_endian.h" #include #include -- cgit