aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey/files/patch-bug759459
blob: 5434a759b35334f4b9bc56ef4fb3553aed0c423f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
commit 4d0c5b9
Author: Marco Perez <bugmail@millibyte.net>
Date:   Sat Jun 9 12:24:56 2012 -0400

    Bug 759459 - Build broken on FreeBSD since patch for bug 745034 landed. r=terrence
---
 js/src/gc/Memory.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp
index 815e90b..10c1a91 100644
--- mozilla/js/src/gc/Memory.cpp
+++ mozilla/js/src/gc/Memory.cpp
@@ -292,9 +292,9 @@ GetPageFaultCount()
 #elif defined(XP_UNIX) || defined(XP_MACOSX) || defined(DARWIN)
 
 #include <sys/mman.h>
-#include <unistd.h>
 #include <sys/time.h>
 #include <sys/resource.h>
+#include <unistd.h>
 
 void
 InitMemorySubsystem()