blob: 2cb1973f7c8a04d24a486324f5e545a3eba74f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ax,v 1.7 2013/01/10 15:01:30 ryoon Exp $
--- xpcom/base/nsStackWalk.cpp.orig 2013-01-04 23:44:47.000000000 +0000
+++ xpcom/base/nsStackWalk.cpp
@@ -23,7 +23,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
|