summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-ax
blob: afb7f34543c85de513fe87000e9fb99fbcdaf648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ax,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $

--- mozilla/xpcom/base/nsStackWalk.cpp.orig	2012-03-06 16:30:11.000000000 +0000
+++ mozilla/xpcom/base/nsStackWalk.cpp
@@ -54,7 +54,7 @@ struct CriticalAddress {
 };
 static CriticalAddress gCriticalAddress;
 
-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX)
+#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__NetBSD__)
 #include <dlfcn.h>
 #endif