diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-04-30 16:08:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-04-30 16:08:29 +0200 |
commit | 729c17e0ad1e9d1d540f2669cbd072a8afc139c2 (patch) | |
tree | 0cca2f05cb3fac9367e49bfda39876b031ad9cc6 /xulrunner-2.0-os2cc.patch | |
parent | 036a7f0c7e7bd2606b048a34f8a12c739ee1c813 (diff) |
thunderbird, sync with rawhide, update to 3.1.10
Diffstat (limited to 'xulrunner-2.0-os2cc.patch')
-rw-r--r-- | xulrunner-2.0-os2cc.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/xulrunner-2.0-os2cc.patch b/xulrunner-2.0-os2cc.patch new file mode 100644 index 0000000..3aa5286 --- /dev/null +++ b/xulrunner-2.0-os2cc.patch @@ -0,0 +1,21 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=628252 + +diff -r b5ee327bf536 gfx/ots/src/os2.cc +--- a/gfx/ots/src/os2.cc Fri Jan 28 19:59:59 2011 +0100 ++++ b/gfx/ots/src/os2.cc Sat Jan 29 10:56:30 2011 -0800 +@@ -1,12 +1,14 @@ + // Copyright (c) 2009 The Chromium Authors. All rights reserved. + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. + ++#include <cstddef> ++ + #include "os2.h" + + #include "head.h" + + // OS/2 - OS/2 and Windows Metrics + // http://www.microsoft.com/opentype/otspec/os2.htm + + namespace ots { + |