diff options
author | root <root@rshg054.dnsready.net> | 2012-04-04 00:01:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-04 00:01:33 +0000 |
commit | f78d29bb618b8991a4af017bb3ec1ccf5987ea7c (patch) | |
tree | 52ac1efa570c0b674063b36b1a3406dc988003f1 /libre-testing/icedove-libre/gcc46.patch | |
parent | b618c3d0693aec564c6746238fd05d94e31d3b76 (diff) |
Wed Apr 4 00:01:33 UTC 2012
Diffstat (limited to 'libre-testing/icedove-libre/gcc46.patch')
-rw-r--r-- | libre-testing/icedove-libre/gcc46.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre-testing/icedove-libre/gcc46.patch b/libre-testing/icedove-libre/gcc46.patch new file mode 100644 index 000000000..71a3686ea --- /dev/null +++ b/libre-testing/icedove-libre/gcc46.patch @@ -0,0 +1,12 @@ +diff -Nur comm-1.9.2.orig//mozilla/gfx/ots/src/os2.cc comm-1.9.2/mozilla/gfx/ots/src/os2.cc +--- comm-1.9.2.orig//mozilla/gfx/ots/src/os2.cc 2011-04-14 11:37:21.000000000 -0700 ++++ comm-1.9.2/mozilla/gfx/ots/src/os2.cc 2011-04-29 09:10:23.635807433 -0700 +@@ -2,6 +2,8 @@ + // 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" |