diff options
Diffstat (limited to 'www/firefox/files/patch-bug543241')
-rw-r--r-- | www/firefox/files/patch-bug543241 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug543241 b/www/firefox/files/patch-bug543241 index af9e0ad7ba15..362e47ffe2d6 100644 --- a/www/firefox/files/patch-bug543241 +++ b/www/firefox/files/patch-bug543241 @@ -1,5 +1,16 @@ --- ./xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 02:37:45.000000000 +0200 +++ ./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() |