diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-01-26 17:48:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-01-26 17:48:44 +0100 |
commit | 9084f0473bde37424584af8447bd4a440f0f1c45 (patch) | |
tree | fb9b6713a42083276c3967beb3e3c968474cda5c /xulrunner-2.0-os2cc.patch | |
parent | 216a445846c995e88694a2ba65974d48bc3b92b0 (diff) |
Firefox 4.0 beta 10
Diffstat (limited to 'xulrunner-2.0-os2cc.patch')
-rw-r--r-- | xulrunner-2.0-os2cc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xulrunner-2.0-os2cc.patch b/xulrunner-2.0-os2cc.patch new file mode 100644 index 0000000..c6c32a7 --- /dev/null +++ b/xulrunner-2.0-os2cc.patch @@ -0,0 +1,14 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=628252 + +diff --git a/gfx/ots/src/os2.cc b/gfx/ots/src/os2.cc +--- a/gfx/ots/src/os2.cc ++++ b/gfx/ots/src/os2.cc +@@ -3,4 +3,6 @@ + // found in the LICENSE file. + ++#include <stddef.h> ++ + #include "os2.h" + + + |