diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 79d23e7e7c..de40a140e6 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -86,6 +86,10 @@ int unsetenv(const char *name); #define HAVE_STRNLEN #endif +#ifdef __Darwin__ +#include +#endif + #ifdef __FreeBSD__ #include #endif