From 351e769cc839f49f3b3ccdbf45659f6f40f5560e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 28 May 2008 01:29:18 +1200 Subject: [PATCH] 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! --- src/debug.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" -- 2.39.5