From 9eec4cb670f815c794a56005fd77020d34b6899d Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 15 May 2024 23:01:48 +0100 Subject: [PATCH] sysd: add missing header ref #6094 --- src/helpers/SdDaemon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/SdDaemon.cpp b/src/helpers/SdDaemon.cpp index d5df3121..497101e4 100644 --- a/src/helpers/SdDaemon.cpp +++ b/src/helpers/SdDaemon.cpp @@ -7,6 +7,7 @@ #include #include #include +#include namespace Systemd { int SdBooted(void) {