From ce4e5a48c7a50c203e10a6ef94ad640931917f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sat, 3 Sep 2011 08:03:15 +0200 Subject: Added missing include of config.h. Needed for correct operation on big-endian systems. Rev: nettle/ripemd160-compress.c:1.4 --- ripemd160-compress.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ripemd160-compress.c') diff --git a/ripemd160-compress.c b/ripemd160-compress.c index ca815fe4..66b25b29 100644 --- a/ripemd160-compress.c +++ b/ripemd160-compress.c @@ -20,6 +20,10 @@ * MA 02111-1307, USA. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include #include "ripemd160.h" -- cgit v1.2.1