summaryrefslogtreecommitdiff
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 6c419549e..e10f7e7d9 100644
--- a/openbsd-compat/blowfish.c
+++ b/openbsd-compat/blowfish.c
@@ -50,7 +50,9 @@
50#endif 50#endif
51 51
52#include <sys/types.h> 52#include <sys/types.h>
53#ifdef HAVE_BLF_H
53#include <blf.h> 54#include <blf.h>
55#endif
54 56
55#undef inline 57#undef inline
56#ifdef __GNUC__ 58#ifdef __GNUC__