From: Michael Tremer Date: Wed, 8 Oct 2025 09:34:13 +0000 (+0000) Subject: string: Include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421da4910b817e9cb1d65f26753b52f54199938f;p=telemetry.git string: Include This was required for a while and when not included will break the build. Signed-off-by: Michael Tremer --- diff --git a/src/daemon/string.h b/src/daemon/string.h index e8d50f5..20180a8 100644 --- a/src/daemon/string.h +++ b/src/daemon/string.h @@ -23,6 +23,7 @@ #include #include +#include #include #include "util.h"