From dbfd6568658869c017feb518e50c574f0b928d6f Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:10:43 +0100 Subject: all includes in one place --- plugins/check_ntp_peer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ * *****************************************************************************/ -#include "states.h" const char *progname = "check_ntp_peer"; const char *copyright = "2006-2024"; const char *email = "devel@monitoring-plugins.org"; @@ -43,6 +42,7 @@ const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "netutils.h" #include "utils.h" +#include "../lib/states.h" #include "check_ntp_peer.d/config.h" static int verbose = 0; -- cgit v1.2.3-74-g34f1