summaryrefslogtreecommitdiffstats
path: root/database/rrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/rrd.h')
-rw-r--r--database/rrd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/database/rrd.h b/database/rrd.h
index 447b62fde9..e1d8b7b838 100644
--- a/database/rrd.h
+++ b/database/rrd.h
@@ -34,7 +34,12 @@ struct pg_cache_page_index;
#include "rrdcalc.h"
#include "rrdcalctemplate.h"
#include "../streaming/rrdpush.h"
+
+#ifndef ACLK_NG
#include "../aclk/legacy/aclk_rrdhost_state.h"
+#else
+#include "aclk/aclk.h"
+#endif
struct context_param {
RRDDIM *rd;