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 @@ #endif #include +#ifdef HAVE_BLF_H #include +#endif #undef inline #ifdef __GNUC__