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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 12:07:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8118b44f3b4b0dbe4d03ef90c5edab0ec3ef24fb
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 00:12:49 2010 +0000

    [wx] Build fix, add missing header.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65387 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 959bc23..3383e62 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-15  Kevin Ollivier  <kevino at theolliviers.com>
 
+        [wx] Build fix, add missing header.
+
+        * platform/graphics/WOFFFileFormat.cpp:
+
+2010-08-15  Kevin Ollivier  <kevino at theolliviers.com>
+
         [wx] Build fix, don't build PluginDataNone.cpp even on GTK as PluginDataWx.cpp compiles.
 
         * wscript:
diff --git a/WebCore/platform/graphics/WOFFFileFormat.cpp b/WebCore/platform/graphics/WOFFFileFormat.cpp
index 908e288..9b32add 100644
--- a/WebCore/platform/graphics/WOFFFileFormat.cpp
+++ b/WebCore/platform/graphics/WOFFFileFormat.cpp
@@ -31,6 +31,7 @@
 #include "SharedBuffer.h"
 
 #if !PLATFORM(WIN)
+#include <netinet/in.h>
 #include <zlib.h>
 #if PLATFORM(BREWMP)
 #include <AEEStdLib.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list