diff options
Diffstat (limited to 'mail/thunderbird/files/patch-bug543241')
-rw-r--r-- | mail/thunderbird/files/patch-bug543241 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug543241 b/mail/thunderbird/files/patch-bug543241 index 3cb45f1..2aac3bb 100644 --- a/mail/thunderbird/files/patch-bug543241 +++ b/mail/thunderbird/files/patch-bug543241 @@ -1,5 +1,16 @@ --- ./mozilla/xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 02:37:45.000000000 +0200 +++ ./mozilla/xpcom/threads/nsThreadManager.cpp 2011-08-28 17:14:14.000000000 +0200 +@@ -12,6 +12,10 @@ + #include "nsAutoPtr.h" + #include "nsCycleCollectorUtils.h" + ++#if defined(__FreeBSD__) ++#include <osreldate.h> ++#endif ++ + using namespace mozilla; + + #ifdef XP_WIN @@ -57,6 +57,11 @@ nsresult nsThreadManager::Init() |