summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-01-11 09:01:32 +0100
committerGitHub <noreply@github.com>2021-01-11 09:01:32 +0100
commit6e33f048734e2b279f43926515aa343025a8b807 (patch)
tree846c40a1cff5da2ff8c8a534db9e5e3dd96ae942 /database
parent7481a123dde93cb07e88d768f75d62369a6ca3b9 (diff)
ACLK fix error for older compilers (#10470)
* organizes code better and fixes error with older C compilers
Diffstat (limited to 'database')
-rw-r--r--database/rrd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrd.h b/database/rrd.h
index 62a2c7debe..20891409d4 100644
--- a/database/rrd.h
+++ b/database/rrd.h
@@ -34,7 +34,7 @@ struct pg_cache_page_index;
#include "rrdcalc.h"
#include "rrdcalctemplate.h"
#include "../streaming/rrdpush.h"
-#include "../aclk/aclk_common.h"
+#include "../aclk/aclk_rrdhost_state.h"
struct context_param {
RRDDIM *rd;