From 539e12db14f63ed5fe663959f1117098d7ca6289 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 11 Feb 2021 11:30:07 +0100 Subject: [PATCH] fix --- sink/logging.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sink/logging.c b/sink/logging.c index 81fc67b..c42bbf7 100644 --- a/sink/logging.c +++ b/sink/logging.c @@ -4,6 +4,7 @@ #include #include #include +#include extern bool verbose; int facility = LOG_LOCAL0;