From 82263cfc21a2c3d127d643bc350b727a87475065 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 17 Apr 2008 23:20:48 -0600 Subject: [PATCH] Author: Guido Serassio Fix build error on Irix. On Irix the inclusion of sstream defines assert(), so the build fails for a redefinition error. Just include Debug.h as last to fix the problem. AYJ: amendment patch included: Troublesome header include was a duplicate of a better sequence in Debug.h remove the .cc duplicates. --- src/debug.cc | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 src/debug.cc diff --git a/src/debug.cc b/src/debug.cc old mode 100644 new mode 100755 index 5d7fbbc731..dc60cfc93d --- a/src/debug.cc +++ b/src/debug.cc @@ -35,7 +35,6 @@ #include "squid.h" #include "Debug.h" #include "SquidTime.h" -#include int Debug::Levels[MAX_DEBUG_SECTIONS]; int Debug::level; -- 2.47.2