summaryrefslogtreecommitdiffstats
path: root/daemon/common.h
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-06-14 10:38:58 +0200
committerGitHub <noreply@github.com>2021-06-14 10:38:58 +0200
commit59af90b08c705a66bdca7551b43257781db47711 (patch)
tree18f7961b77aea97891c7472cd792fd61d1c98e6f /daemon/common.h
parentf71036cdeca8e6c5becd357928ddc0325154a622 (diff)
Allows ACLK NG and Legacy to coexist (#11225)
Diffstat (limited to 'daemon/common.h')
-rw-r--r--daemon/common.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/daemon/common.h b/daemon/common.h
index 7f51b55778..442e3d20c6 100644
--- a/daemon/common.h
+++ b/daemon/common.h
@@ -66,10 +66,8 @@
#include "claim/claim.h"
// netdata agent cloud link
-#ifndef ACLK_NG
-#include "aclk/legacy/agent_cloud_link.h"
-#else
-#include "aclk/aclk.h"
+#ifdef ENABLE_ACLK
+#include "aclk/aclk_api.h"
#endif
// global GUID map functions