diff options
Diffstat (limited to 'daemon/common.h')
-rw-r--r-- | daemon/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/common.h b/daemon/common.h index 1a58ddda..4cb54010 100644 --- a/daemon/common.h +++ b/daemon/common.h @@ -77,11 +77,12 @@ // netdata agent spawn server #include "spawn/spawn.h" -// the netdata deamon +// the netdata daemon #include "daemon.h" #include "main.h" #include "signals.h" #include "commands.h" +#include "analytics.h" // global netdata daemon variables extern char *netdata_configured_hostname; |