diff --git a/inc/crn_decomp.h b/inc/crn_decomp.h index 42ccfc86..bd57eb4d 100644 --- a/inc/crn_decomp.h +++ b/inc/crn_decomp.h @@ -21,6 +21,9 @@ #include #elif defined(__APPLE__) #include +#elif defined(__FreeBSD__) +// has been replaced by +#include // for malloc_usable_size #else #include #endif