From 2a177c6614cb3be21728923c9f128b663e36bbee Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sun, 10 Feb 2013 18:18:50 +0100 Subject: [PATCH] Fix for libcwd configured with --disable-location --- indra/cwdebug/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cwdebug/debug.h b/indra/cwdebug/debug.h index 329f0448e..6c6d71908 100644 --- a/indra/cwdebug/debug.h +++ b/indra/cwdebug/debug.h @@ -173,8 +173,8 @@ extern LL_COMMON_API fake_channel const notice; #include #if CWDEBUG_LOCATION #include // Needed for 'backtrace'. -#include "llpreprocessor.h" #endif +#include "llpreprocessor.h" // LL_COMMON_API #include #define CWD_API __attribute__ ((visibility("default")))