[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

barraclough at apple.com barraclough at apple.com
Wed Dec 22 11:29:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a39af569e55782fab136e3d75c9b02015f923471
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 27 05:51:10 2010 +0000

    Chromium/GTK build fix
    
    * wtf/PageAllocation.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64107 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index a59e478..976da20 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-07-26  Gavin Barraclough  <barraclough at apple.com>
 
+        Chromium/GTK build fix
+
+        * wtf/PageAllocation.cpp:
+
+2010-07-26  Gavin Barraclough  <barraclough at apple.com>
+
         Build fix for !Mac platforms.
 
         * Android.mk:
diff --git a/JavaScriptCore/wtf/PageAllocation.cpp b/JavaScriptCore/wtf/PageAllocation.cpp
index 29d0c24..ab74305 100644
--- a/JavaScriptCore/wtf/PageAllocation.cpp
+++ b/JavaScriptCore/wtf/PageAllocation.cpp
@@ -27,6 +27,8 @@
 #include "config.h"
 #include "PageAllocation.h"
 
+#include <unistd.h>
+
 #if HAVE(ERRNO_H)
 #include <errno.h>
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list