From ca1cc87484313d60efc37a9371b8c5dd9eacebce Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 11 Apr 2023 21:18:25 +0200 Subject: [PATCH] add missing include. --- aqhome/msg/endpoint_log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/aqhome/msg/endpoint_log.c b/aqhome/msg/endpoint_log.c index d34d9ac..5fabd5d 100644 --- a/aqhome/msg/endpoint_log.c +++ b/aqhome/msg/endpoint_log.c @@ -32,6 +32,7 @@ #include #include #include +#include #define AQH_MSG_ENDPOINT_LOG_NAME "log"