From: Amos Jeffries Date: Tue, 27 May 2008 13:29:18 +0000 (+1200) Subject: Bug 2358: FD_SIZELIMIT redefined FBSD 7.0 X-Git-Tag: SQUID_3_1_0_1~49^2~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=351e769cc839f49f3b3ccdbf45659f6f40f5560e;p=thirdparty%2Fsquid.git Bug 2358: FD_SIZELIMIT redefined FBSD 7.0 config.h is still REQUIRED minimum first include for any .c/.cc file even if the old squid.h can be removed. Why? the portability code is needed! --- diff --git a/src/debug.cc b/src/debug.cc index 21384a3e84..b6cfdfe6b8 100755 --- a/src/debug.cc +++ b/src/debug.cc @@ -31,10 +31,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. * */ -#if 0 -#include "squid.h" -#endif - +#include "config.h" #include "Debug.h" #include "SquidTime.h"