summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsd-compat/blowfish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/blowfish.c b/openbsd-compat/blowfish.c
index 6c419549..e10f7e7d 100644
--- a/openbsd-compat/blowfish.c
+++ b/openbsd-compat/blowfish.c
@@ -50,7 +50,9 @@
#endif
#include <sys/types.h>
+#ifdef HAVE_BLF_H
#include <blf.h>
+#endif
#undef inline
#ifdef __GNUC__