[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:54:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e5ed761ff307c74354d836a8fb6ae6a2dc32c272
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 21 22:42:34 2002 +0000

    Fixing dependency issue with stdarg
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@552 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPointArray.mm b/WebCore/kwq/KWQPointArray.mm
index ed56148..01122a0 100644
--- a/WebCore/kwq/KWQPointArray.mm
+++ b/WebCore/kwq/KWQPointArray.mm
@@ -24,7 +24,7 @@
  */
 
 #include "qpoint.h"
-
+#include <stdarg.h>
 
 
 QPointArray::QPointArray(int nPoints, const QCOORD *points)
diff --git a/WebCore/src/kwq/KWQPointArray.mm b/WebCore/src/kwq/KWQPointArray.mm
index ed56148..01122a0 100644
--- a/WebCore/src/kwq/KWQPointArray.mm
+++ b/WebCore/src/kwq/KWQPointArray.mm
@@ -24,7 +24,7 @@
  */
 
 #include "qpoint.h"
-
+#include <stdarg.h>
 
 
 QPointArray::QPointArray(int nPoints, const QCOORD *points)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list