From 7ff744d60dccc591bae15a37fa27a13cd4d33a8b Mon Sep 17 00:00:00 2001 From: Rob Swindell Date: Fri, 2 Dec 2022 11:52:34 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20build=20error:=20expected=20=E2=80=98)?= =?UTF-8?q?=E2=80=99=20before=20=E2=80=98PRIu64=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit system with 'make WITH_TLS=no WITH_CJSON=no WITH_DOCS=no' Signed-off-by: Rob Swindell --- src/logging.c | 1 + src/sys_tree.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/logging.c b/src/logging.c index 5f22df71..f6361553 100644 --- a/src/logging.c +++ b/src/logging.c @@ -20,6 +20,7 @@ Contributors: #include #include #include +#include #ifndef WIN32 #include #endif diff --git a/src/sys_tree.c b/src/sys_tree.c index 5350fa56..c44565a4 100644 --- a/src/sys_tree.c +++ b/src/sys_tree.c @@ -23,6 +23,7 @@ Contributors: #include #include #include +#include #include "mosquitto_broker_internal.h" #include "memory_mosq.h"