diff options
Diffstat (limited to 'www/seamonkey/files/patch-bug543241')
-rw-r--r-- | www/seamonkey/files/patch-bug543241 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-bug543241 b/www/seamonkey/files/patch-bug543241 index 3cb45f175317..2aac3bb44466 100644 --- a/www/seamonkey/files/patch-bug543241 +++ b/www/seamonkey/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() |