Just pulling in Unix/Backtrace.h with no impl for now.

This commit is contained in:
Ben "root" Anderson
2013-10-25 15:40:58 -05:00
parent 23eaa78c1b
commit 915a08f1d8
+3 -1
View File
@@ -4,8 +4,10 @@
#include "global.h"
#include "RageUtil.h"
#include "RageThreads.h"
#include "Backtrace.h"
#include "archutils/Unix/Backtrace.h" // HACK: This should be platform-agnosticized
#if defined(UNIX)
#include "archutils/Unix/RunningUnderValgrind.h"
#endif
#if defined(LINUX)
#include <unistd.h>