diff --git a/src/crypto/oaes_lib.c b/src/crypto/oaes_lib.c index 81c8aeff2..1dce99edd 100644 --- a/src/crypto/oaes_lib.c +++ b/src/crypto/oaes_lib.c @@ -38,8 +38,8 @@ static const char _NR[] = { #include #include -#ifndef __APPLE__ -#include +#ifndef __APPLE__ || __FREEBSD__ + #include #endif #ifdef WIN32