Bug 717059 - Bustage fix for android. r=bustage

This commit is contained in:
Benoit Girard 2012-01-12 20:36:55 -05:00
Родитель 5f742ce463
Коммит 7538b61ef9
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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;