Gate #include <execinfo.h> behind #ifdef HAVE_BACKTRACE
authorNils <nils@nilsand.re>
Tue, 23 Jul 2024 02:13:05 +0000 (03:13 +0100)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Mon, 29 Jul 2024 06:55:44 +0000 (08:55 +0200)
commitfebea554d3089667fd12e287cdd7e61b7388cd7c
treee7c61a73432e115fb877df21ee56caf8e6ab4d9b
parent37bc4eb03c39f6832303defdf460eb90f6bbb9bd
Gate #include <execinfo.h> behind #ifdef HAVE_BACKTRACE

execinfo.h is unnecessary if HAVE_BACKTRACE is not defined.
This increases portability for systems without execinfo.h
lib/fuse_signals.c