From: Michael Tremer Date: Sat, 27 Sep 2025 12:10:17 +0000 (+0000) Subject: logging: Make all log levels usable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d59e9ec917892a4256e0eec8b6cdf16032f231;p=telemetry.git logging: Make all log levels usable Signed-off-by: Michael Tremer --- diff --git a/src/daemon/logging.h b/src/daemon/logging.h index 092bf51..0b9c057 100644 --- a/src/daemon/logging.h +++ b/src/daemon/logging.h @@ -22,6 +22,7 @@ #define COLLECTY_LOGGING_H #include +#include typedef void (*collecty_log_callback)(void* data, int priority, const char* file, int line, const char* fn, const char* format, va_list args);