]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
md5: portability fix -- include stdbool.h explicitly
authorWarner Losh <imp@FreeBSD.org>
Thu, 20 May 2021 17:26:46 +0000 (11:26 -0600)
committerStefan Eßer <se@FreeBSD.org>
Tue, 6 Jul 2021 15:38:03 +0000 (17:38 +0200)
commit04beb393e36691f415fbaf1746d4b981784ab734
tree807bb100e5fe3ed7e4a4c0f3e458ac5ccb7249a5
parent5f13ee9179e15702129d5ea330c599ae9a3b871f
md5: portability fix -- include stdbool.h explicitly

stdbool.h needs to be included to use type bool variables. Due to
namespace pollution, this gets brought in on FreeBSD, but not on
other systems. Include it explicilty.

Noticed by: arichards@
Sponsored by: Netflix
sbin/md5/md5.c