aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/files/patch-js-src-jsnativestack.cpp
blob: 2a461af616a456778a0d078d13ee2a3b7bd4c0ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- js/src/jsnativestack.cpp~
+++ js/src/jsnativestack.cpp
@@ -50,7 +50,8 @@
 #elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX)
 # include <pthread.h>
 
-# if defined(__FreeBSD__)
+# if defined(FREEBSD)
+#  include <cstddef>
 #  include <pthread_np.h>
 # endif