summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorTimo <6674623+underhood@users.noreply.github.com>2020-02-11 21:55:59 +0100
committerGitHub <noreply@github.com>2020-02-11 21:55:59 +0100
commitd06af6600a2a65cbc2e3131a86acb43317be0f30 (patch)
tree05b1663e3e699eed744564d1a994fcffabbd4571 /aclk
parent11aa4acfa9f11e0346430e48b2721b76bf614141 (diff)
Check if ACLK can be built (#8030)
* if ACLK enabled require libwebsockets.a
Diffstat (limited to 'aclk')
-rw-r--r--aclk/mqtt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/mqtt.h b/aclk/mqtt.h
index 2c7e120361..4ba3a30d90 100644
--- a/aclk/mqtt.h
+++ b/aclk/mqtt.h
@@ -4,7 +4,7 @@
#define NETDATA_MQTT_H
#ifdef ENABLE_ACLK
-#include "mosquitto/lib/mosquitto.h"
+#include "externaldeps/mosquitto/mosquitto.h"
#endif
void _show_mqtt_info();