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

vicki vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:10:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f92901a3aa59517edbecd3187b1c24d4a52d853c
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 11 18:34:40 2003 +0000

            Reviewed by sullivan.
    
    	- rolled Merlot build fix onto the trunk
    
            * WebCorePrefix.h: added #include <sys/types.h>
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5452 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 1c9eaff..6d0a3fa 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2003-11-11  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by sullivan.
+
+	- rolled Merlot build fix onto the trunk
+
+        * WebCorePrefix.h: added #include <sys/types.h>
+
 2003-11-10  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3473531, text nested in hr inside h3 did not get the h3's style.
diff --git a/WebCore/WebCorePrefix.h b/WebCore/WebCorePrefix.h
index 724e563..6f760db 100644
--- a/WebCore/WebCorePrefix.h
+++ b/WebCore/WebCorePrefix.h
@@ -6,6 +6,7 @@
 
 #include <assert.h>
 #include <ctype.h>
+#include <sys/types.h>
 #include <fcntl.h>
 #include <pthread.h>
 #include <regex.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list