From: Christos Tsantilas Date: Mon, 1 Aug 2016 13:57:14 +0000 (+0300) Subject: Try fix "'fatal' was not declared in this scope" compile error after r14769 X-Git-Tag: SQUID_4_0_13~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6834b06d544ce3b42841af74d034d8e93ef5c54;p=thirdparty%2Fsquid.git Try fix "'fatal' was not declared in this scope" compile error after r14769 --- diff --git a/src/Downloader.cc b/src/Downloader.cc index 94d90f9ca2..a9320b3775 100644 --- a/src/Downloader.cc +++ b/src/Downloader.cc @@ -12,6 +12,7 @@ #include "client_side_request.h" #include "ClientRequestContext.h" #include "Downloader.h" +#include "fatal.h" #include "http/one/RequestParser.h" #include "http/Stream.h"