summaryrefslogtreecommitdiffstats
path: root/src/exporting/exporting_engine.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/exporting/exporting_engine.h (renamed from exporting/exporting_engine.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/exporting_engine.h b/src/exporting/exporting_engine.h
index fb09b771a..beaa0ba87 100644
--- a/exporting/exporting_engine.h
+++ b/src/exporting/exporting_engine.h
@@ -311,7 +311,7 @@ static inline void disable_instance(struct instance *instance)
#include "exporting/prometheus/prometheus.h"
#include "exporting/opentsdb/opentsdb.h"
-#if ENABLE_PROMETHEUS_REMOTE_WRITE
+#ifdef ENABLE_PROMETHEUS_REMOTE_WRITE
#include "exporting/prometheus/remote_write/remote_write.h"
#endif