Fixes error on --disable-cloud (#11244)
always include aclk_api.h
Timotej S committed
Jun 14, 2021 at 19:03 UTC
50cf45e68e8cc74267c9a4fb6a14c8d2a4a9daea
1 file changed
-2
daemon/common.h
-2
@@ -66,9 +66,7 @@
66
#include "claim/claim.h"
67
68
// netdata agent cloud link
69
-#ifdef ENABLE_ACLK
69
#include "aclk/aclk_api.h"
71
-#endif
70
71
// global GUID map functions
72