diff --git a/inc/crn_decomp.h b/inc/crn_decomp.h index 5775745b..c00fbebc 100644 --- a/inc/crn_decomp.h +++ b/inc/crn_decomp.h @@ -19,6 +19,9 @@ #include #ifdef WIN32 #include +#elif defined(__FreeBSD__) +// has been replaced by +#include // for malloc_usable_size #else #include #endif