diff --git a/src/crypto/oaes_lib.c b/src/crypto/oaes_lib.c index ff2665381..c86b8caa0 100644 --- a/src/crypto/oaes_lib.c +++ b/src/crypto/oaes_lib.c @@ -45,6 +45,8 @@ static const char _NR[] = { // FreeBSD also doesn't need timeb.h #ifndef __FreeBSD__ #include +#else + #include #endif #ifdef WIN32