aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/trace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/trace.h b/src/util/trace.h
index 051921a0d2..1fe743f043 100644
--- a/src/util/trace.h
+++ b/src/util/trace.h
@@ -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>