diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 22:06:54 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 22:06:54 +0100 |
commit | ee3c903fbe37cc5c7537921cdb31e39b4ea25bc6 (patch) | |
tree | 1e857940753da989b368cf6960e1fa44d1f58e97 | |
parent | 6ac236c1ef06ef17541d3919aed2a008aabaa7f4 (diff) | |
download | monitoring-plugins-ee3c903f.tar.gz |
users.c: Include default definitions
-rw-r--r-- | plugins/check_users.d/users.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_users.d/users.c b/plugins/check_users.d/users.c index 7969ae79..95c05d6f 100644 --- a/plugins/check_users.d/users.c +++ b/plugins/check_users.d/users.c | |||
@@ -50,6 +50,7 @@ get_num_of_users_wrapper get_num_of_users_windows() { | |||
50 | #else // _WIN32 | 50 | #else // _WIN32 |
51 | 51 | ||
52 | # include "../../config.h" | 52 | # include "../../config.h" |
53 | # include <stddef.h> | ||
53 | 54 | ||
54 | # ifdef HAVE_LIBSYSTEMD | 55 | # ifdef HAVE_LIBSYSTEMD |
55 | # include <systemd/sd-daemon.h> | 56 | # include <systemd/sd-daemon.h> |