From ebe96adf4c5dfb75e6655e6035dcf3aef8855d51 Mon Sep 17 00:00:00 2001 From: Guido Serassio Date: Sun, 13 Apr 2008 19:01:15 +0200 Subject: [PATCH] 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. --- src/debug.cc | 2 +- 1 file changed, 1 insertion(+), 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 675f0817db..cbd9add115 --- a/src/debug.cc +++ b/src/debug.cc @@ -35,9 +35,9 @@ #include "squid.h" #endif -#include "Debug.h" #include "SquidTime.h" #include +#include "Debug.h" /* for Config */ #include "structs.h" -- 2.47.3