diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-04-20 17:46:38 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-04-20 17:46:38 (GMT) |
commit | ef0431fa27d634a7981d906a5728e40a0b8f97fa (patch) | |
tree | bcc9d01e7b626fac286e8d761942be6902cf0566 | |
parent | 89301b2a82255451c82dd68582567e53ee331ee8 (diff) | |
download | monitoring-plugins-ef0431fa27d634a7981d906a5728e40a0b8f97fa.tar.gz |
Include "utils_base.h".
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1697 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_cluster.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index d76bce4..61350bf 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c | |||
@@ -34,6 +34,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
34 | 34 | ||
35 | #include "common.h" | 35 | #include "common.h" |
36 | #include "utils.h" | 36 | #include "utils.h" |
37 | #include "utils_base.h" | ||
37 | 38 | ||
38 | #define CHECK_SERVICES 1 | 39 | #define CHECK_SERVICES 1 |
39 | #define CHECK_HOSTS 2 | 40 | #define CHECK_HOSTS 2 |