]> git.ipfire.org Git - thirdparty/asterisk.git/commit
backtrace.c: Include stdbool.h master
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 4 Aug 2026 23:20:01 +0000 (19:20 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 5 Aug 2026 12:48:38 +0000 (12:48 +0000)
commitf6b02c640c9fb1a81b843617ce089ec311f5ab11
tree15eb013a66de40f79551dbbaffec1f6191a102a6
parentc46c9945a89f43b7e07fdd9fd787c8d78761d5f3
backtrace.c: Include stdbool.h

stdbool.h is needed now that we use the bool type directly
instead of bfd_boolean. See also 1d95b744c06974f0a00c143c6e0fc979af930908.

Resolves: #2061
main/backtrace.c