From: Amos Jeffries Date: Sun, 7 Oct 2012 03:16:30 +0000 (-0600) Subject: Fix error: 'opt_parse_cfg_only' was not declared in this scope X-Git-Tag: SQUID_3_4_0_1~610 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a876529cd55801e87d931109fe9899c1d1b84d1f;p=thirdparty%2Fsquid.git Fix error: 'opt_parse_cfg_only' was not declared in this scope --- diff --git a/src/format/Token.cc b/src/format/Token.cc index 2e67cce435..c77a123118 100644 --- a/src/format/Token.cc +++ b/src/format/Token.cc @@ -2,6 +2,7 @@ #include "format/Config.h" #include "format/Token.h" #include "format/TokenTableEntry.h" +#include "global.h" #include "SquidConfig.h" #include "Store.h"