Fix for libcwd configured with --disable-location

This commit is contained in:
Aleric Inglewood
2013-02-10 18:18:50 +01:00
parent 2d7ab61c6e
commit 2a177c6614

View File

@@ -173,8 +173,8 @@ extern LL_COMMON_API fake_channel const notice;
#include <boost/shared_array.hpp>
#if CWDEBUG_LOCATION
#include <execinfo.h> // Needed for 'backtrace'.
#include "llpreprocessor.h"
#endif
#include "llpreprocessor.h" // LL_COMMON_API
#include <set>
#define CWD_API __attribute__ ((visibility("default")))