]> git.ipfire.org Git - telemetry.git/commitdiff
string: Include <stdarg.h>
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Oct 2025 09:34:13 +0000 (09:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Oct 2025 09:34:13 +0000 (09:34 +0000)
This was required for a while and when not included will break the
build.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/string.h

index e8d50f5036ce92475fa9881ca5d6dc454b06684e..20180a859f3e2fea5e425cf1ef6fb52aeb98c44f 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <ctype.h>
 #include <errno.h>
+#include <stdarg.h>
 #include <string.h>
 
 #include "util.h"