diff options
Diffstat (limited to '')
-rw-r--r-- | daemon/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/common.h b/daemon/common.h index c892dbdb1..5354e2ae0 100644 --- a/daemon/common.h +++ b/daemon/common.h @@ -79,8 +79,8 @@ // the netdata daemon #include "daemon.h" #include "main.h" +#include "static_threads.h" #include "signals.h" -#include "service.h" #include "commands.h" #include "analytics.h" |