[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

bfulgham at webkit.org bfulgham at webkit.org
Fri Jan 21 14:58:17 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit d8bbc42521e5d5b50cb1b9f7f918753a1cb2f22b
Author: bfulgham at webkit.org <bfulgham at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 19:23:24 2011 +0000

    Unreviewed build fix.
    
    * wtf/Encoder.h: Add <stdint.h> include for systems that
    do not natively know about uint8_t, etc.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75085 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index dde99a5..223ffcd 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-05  Brent Fulgham  <bfulgham at webkit.org>
+
+        Unreviewed build fix.
+
+        * wtf/Encoder.h: Add <stdint.h> include for systems that
+        do not natively know about uint8_t, etc.
+
 2011-01-05  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Andreas Kling.
diff --git a/Source/JavaScriptCore/wtf/Encoder.h b/Source/JavaScriptCore/wtf/Encoder.h
index 4283a31..109b0db 100644
--- a/Source/JavaScriptCore/wtf/Encoder.h
+++ b/Source/JavaScriptCore/wtf/Encoder.h
@@ -26,6 +26,8 @@
 #ifndef Encoder_h
 #define Encoder_h
 
+#include <stdint.h>
+
 namespace WTF {
 
 class String;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list