]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 21 May 2023 12:31:26 +0000 (00:31 +1200)
src/debug/debug.cc:1087
error: 'fatalf' was not declared in this scope

src/debug/debug.cc

index 901ca350400713d2d20ce004dd4e4cd1a1ad9e4c..d97de8dafdc082318c408837cae301382f11eb88 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"