From 681489cabe796ef45dded5eb7213e09f6019e974 Mon Sep 17 00:00:00 2001 From: "mitz@apple.com" Date: Thu, 13 Dec 2007 19:36:57 +0000 Subject: [PATCH] - build fix * platform/network/cf/ResourceErrorCF.cpp: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28691 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 6 ++++++ WebCore/platform/network/cf/ResourceErrorCF.cpp | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 253af7f0c272..0ba6b389d955 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2007-12-13 Dan Bernstein + + - build fix + + * platform/network/cf/ResourceErrorCF.cpp: + 2007-12-13 Antti Koivisto Reviewed by Tim Hatcher. diff --git a/WebCore/platform/network/cf/ResourceErrorCF.cpp b/WebCore/platform/network/cf/ResourceErrorCF.cpp index ff00ab608c5c..f9ad76dfcd5f 100644 --- a/WebCore/platform/network/cf/ResourceErrorCF.cpp +++ b/WebCore/platform/network/cf/ResourceErrorCF.cpp @@ -29,7 +29,12 @@ #if USE(CFNETWORK) +// FIXME: Once is fixed in open source we +// can remove this extern "C" +extern "C" { #include +} + #include #include -- 2.36.0