mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Use consistent defines for header availability
This commit is contained in:
parent
83d44860e0
commit
1ee5a68d76
6 changed files with 12 additions and 12 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue