]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix fatalf() undefined for environments without syslog (#1356)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 20 May 2023 05:23:23 +0000 (05:23 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 20 May 2023 15:28:29 +0000 (15:28 +0000)
src/debug/debug.cc:1087
error: 'fatalf' was not declared in this scope

src/debug/debug.cc

index 0ea6430634ec88915ff740efda981b448f4a7529..d58c64cf6df6c170ec11e92b426a58355aeffef8 100644 (file)
@@ -11,6 +11,7 @@
 #include "squid.h"
 #include "base/TextException.h"
 #include "debug/Stream.h"
+#include "fatal.h"
 #include "fd.h"
 #include "ipc/Kids.h"
 #include "time/gadgets.h"