Use consistent defines for header availability

This commit is contained in:
Robin Gareus
2025-11-09 20:22:33 +01:00
parent 83d44860e0
commit 1ee5a68d76
6 changed files with 12 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ PBD::trace_twb ()
/* Obtain a backtrace and print it to stdout. */
#ifdef HAVE_EXECINFO
#ifdef HAVE_EXECINFO_H
#include <execinfo.h>