]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix implicit headers when using isc/overflow.h header
authorOndřej Surý <ondrej@isc.org>
Wed, 25 Jun 2025 06:25:41 +0000 (08:25 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 30 Jun 2025 11:22:38 +0000 (13:22 +0200)
commit74e5f5c6cf69f494b6a9765fc90d38465953e76a
treed95ab7f9d0a0c1188928950253a360d1b0c49f7f
parent0afa06f8077cd6155124483268aa9cfcf5f05508
Fix implicit headers when using isc/overflow.h header

In jemalloc_shim.h, we relied on including <isc/overflow.h> implicitly
instead of explicitly and same was happening inside isc/overflow.h - the
stdbool.h (for bool type) was being included implicitly instead of
explicitly.
lib/isc/include/isc/overflow.h
lib/isc/jemalloc_shim.h