summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbsd-compat/rmd160.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/rmd160.c b/openbsd-compat/rmd160.c
index 2a14dd7b0..e915141a5 100644
--- a/openbsd-compat/rmd160.c
+++ b/openbsd-compat/rmd160.c
@@ -32,7 +32,9 @@
32#ifndef WITH_OPENSSL 32#ifndef WITH_OPENSSL
33 33
34#include <sys/types.h> 34#include <sys/types.h>
35#ifdef HAVE_ENDIAN_H
35#include <endian.h> 36#include <endian.h>
37#endif
36#include <string.h> 38#include <string.h>
37#include <rmd160.h> 39#include <rmd160.h>
38 40