From 5fb0c08cec4122928767e8d58c222865eeeae1d7 Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Fri, 26 Sep 2025 12:51:42 +0100 Subject: fixes check_users build on OpenBSD (without utmpx) --- plugins/check_users.d/users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_users.d') diff --git a/plugins/check_users.d/users.c b/plugins/check_users.d/users.c index f37819b1..a08f79c5 100644 --- a/plugins/check_users.d/users.c +++ b/plugins/check_users.d/users.c @@ -113,8 +113,8 @@ get_num_of_users_wrapper get_num_of_users_utmp() { # ifndef HAVE_UTMPX_H // Fall back option here for the others (probably still not on windows) -# include "../popen.h" # include "../common.h" +# include "../popen.h" # include "../utils.h" get_num_of_users_wrapper get_num_of_users_who_command() { -- cgit v1.2.3-74-g34f1