summaryrefslogtreecommitdiffstats
path: root/www/libxul/files/patch-xpcom_base_nsStackWalk.cpp
blob: 3485b1509ad1ce97738d15aed859ff64da875c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xpcom/base/nsStackWalk.cpp.orig 2010-01-11 02:11:49.000000000 -0500
+++ xpcom/base/nsStackWalk.cpp  2010-01-11 02:13:26.000000000 -0500
@@ -1132,7 +1132,7 @@
 #define __USE_GNU
 #endif
 
-#if defined(HAVE_LIBDL) || defined(XP_MACOSX)
+#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__FreeBSD__)
 #include <dlfcn.h>
 #endif