From: Francesco Chemolli Date: Wed, 28 Apr 2010 14:53:19 +0000 (+0200) Subject: Further fix to the Profile build-bug on unsupported platforms. X-Git-Tag: SQUID_3_2_0_1~260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf8d9cd4226c50e2ff0bbe1de424106aad0796e8;p=thirdparty%2Fsquid.git Further fix to the Profile build-bug on unsupported platforms. --- diff --git a/lib/Profiler.c b/lib/Profiler.c index 015b5f4849..d85070e4e6 100644 --- a/lib/Profiler.c +++ b/lib/Profiler.c @@ -116,9 +116,11 @@ #define SQUID_NO_ALLOC_PROTECT 1 #include "config.h" +/* This include needs to be BELOW config, as it may undef USE_XPROF_STATS */ +#include "profiling.h" + #if USE_XPROF_STATS -#include "profiling.h" #if HAVE_ASSERT_H #include