Merge 28693 via fix_trace_incl_config-22

This commit is contained in:
Luke Dashjr 2023-11-15 23:49:11 +00:00
commit f1ae3b28aa

View File

@ -5,6 +5,10 @@
#ifndef BITCOIN_UTIL_TRACE_H
#define BITCOIN_UTIL_TRACE_H
#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#endif
#ifdef ENABLE_TRACING
#include <sys/sdt.h>