diff --git a/src/naemon/checks_host.c b/src/naemon/checks_host.c index f9246254..63c387c1 100644 --- a/src/naemon/checks_host.c +++ b/src/naemon/checks_host.c @@ -21,6 +21,7 @@ #include "objects_hostdependency.h" #include #include +#include #include "neberrors.h" diff --git a/src/naemon/checks_service.c b/src/naemon/checks_service.c index a63cb869..a5037f81 100644 --- a/src/naemon/checks_service.c +++ b/src/naemon/checks_service.c @@ -22,6 +22,7 @@ #include "objects_servicedependency.h" #include #include +#include #include "neberrors.h" /* Scheduling (before worker job is started) */ diff --git a/src/naemon/notifications.c b/src/naemon/notifications.c index 2e46a478..05e15d42 100644 --- a/src/naemon/notifications.c +++ b/src/naemon/notifications.c @@ -16,6 +16,7 @@ #include "nm_alloc.h" #include #include +#include struct notification_job { host *hst;