From: Guido Serassio Date: Sun, 13 Apr 2008 17:01:15 +0000 (+0200) Subject: Fix build error on Irix. X-Git-Tag: SQUID_3_1_0_1~49^2~299 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebe96adf4c5dfb75e6655e6035dcf3aef8855d51;p=thirdparty%2Fsquid.git 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. --- 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"