]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Fix build on FreeBSD due to missing crypt.h
authorGuido Falsi <madpilot@freebsd.org>
Thu, 8 Jun 2017 15:36:00 +0000 (17:36 +0200)
committerGuido Falsi <madpilot@freebsd.org>
Thu, 8 Jun 2017 15:40:36 +0000 (10:40 -0500)
commitd3cf5492dd6c11ba629463737ae441e6b467d9cf
tree3032916af252e443c7c13029137a235e56de69c6
parent65870021dcd8033b3b33e30d1175b99fbe7f21e4
BuildSystem: Fix build on FreeBSD due to missing crypt.h

FreeBSD does not include a crypt.h include file. Definitions for
crypt() and crypt_r() are in unistd.h

ASTERISK-27042 #close

Change-Id: Ib307ee5e384870c6af50efa89fb73722dd0c3a7e
main/crypt.c