Merge "BuildSystem: Fix build on FreeBSD due to missing crypt.h" into 13

certified/13.18
Joshua Colp 8 years ago committed by Gerrit Code Review
commit 052cd049bc

@ -31,7 +31,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <unistd.h>
#if defined(HAVE_CRYPT_R)
#if defined(HAVE_CRYPT_R) && !defined(__FreeBSD__)
#include <crypt.h>
#endif

Loading…
Cancel
Save