Bug 717059 - Bustage fix for android. r=bustage

This commit is contained in:
Benoit Girard 2012-01-12 20:36:55 -05:00
parent 5f742ce463
commit 7538b61ef9

View File

@ -48,10 +48,12 @@
// we eventually want to make this runtime switchable
#if defined(XP_MACOSX) || defined(XP_UNIX)
#define USE_BACKTRACE
#ifndef ANDROID
#define USE_BACKTRACE
#endif
#endif
#ifdef USE_BACKTRACE
#include <execinfo.h>
#include <execinfo.h>
#endif
using std::string;