]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Try fix "'fatal' was not declared in this scope" compile error after r14769
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 1 Aug 2016 13:57:14 +0000 (16:57 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 1 Aug 2016 13:57:14 +0000 (16:57 +0300)
src/Downloader.cc

index 94d90f9ca2863259f8c6c16b69842af55c0dce34..a9320b37758c13849ee42cf9f0ee9496a23c3d83 100644 (file)
@@ -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"