mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Merge "BuildSystem: Fix build on FreeBSD due to missing crypt.h"
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "asterisk.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#if defined(HAVE_CRYPT_R)
|
||||
#if defined(HAVE_CRYPT_R) && !defined(__FreeBSD__)
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user