summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent7481a123dde93cb07e88d768f75d62369a6ca3b9 (diff)
ACLK fix error for older compilers (#10470)
* organizes code better and fixes error with older C compilers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d749691b9..261206c7ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -713,6 +713,7 @@ set(BACKENDS_PLUGIN_FILES
set(CLAIM_PLUGIN_FILES
claim/claim.c
claim/claim.h
+ aclk/aclk_rrdhost_state.h
aclk/aclk_common.c
aclk/aclk_common.h
)