diff options
Diffstat (limited to 'plugins/check_ntp_peer.c')
-rw-r--r-- | plugins/check_ntp_peer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index 6979d275..fcd06b8e 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c | |||
@@ -35,7 +35,6 @@ | |||
35 | * | 35 | * |
36 | *****************************************************************************/ | 36 | *****************************************************************************/ |
37 | 37 | ||
38 | #include "states.h" | ||
39 | const char *progname = "check_ntp_peer"; | 38 | const char *progname = "check_ntp_peer"; |
40 | const char *copyright = "2006-2024"; | 39 | const char *copyright = "2006-2024"; |
41 | const char *email = "devel@monitoring-plugins.org"; | 40 | const char *email = "devel@monitoring-plugins.org"; |
@@ -43,6 +42,7 @@ const char *email = "devel@monitoring-plugins.org"; | |||
43 | #include "common.h" | 42 | #include "common.h" |
44 | #include "netutils.h" | 43 | #include "netutils.h" |
45 | #include "utils.h" | 44 | #include "utils.h" |
45 | #include "../lib/states.h" | ||
46 | #include "check_ntp_peer.d/config.h" | 46 | #include "check_ntp_peer.d/config.h" |
47 | 47 | ||
48 | static int verbose = 0; | 48 | static int verbose = 0; |