From 0d09c9e633769afd866d18fce87cb5646b277206 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Jun 2012 19:39:53 +0200 Subject: Thunderbird 13.0 --- xulrunner-prtime.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xulrunner-prtime.patch (limited to 'xulrunner-prtime.patch') diff --git a/xulrunner-prtime.patch b/xulrunner-prtime.patch new file mode 100644 index 0000000..c1efe33 --- /dev/null +++ b/xulrunner-prtime.patch @@ -0,0 +1,10 @@ +diff -up mozilla-release/hal/sandbox/PHal.ipdl.old mozilla-release/hal/sandbox/PHal.ipdl +--- mozilla-release/hal/sandbox/PHal.ipdl.old 2012-06-01 14:04:00.000000000 +0200 ++++ mozilla-release/hal/sandbox/PHal.ipdl 2012-06-05 09:15:02.524408100 +0200 +@@ -39,7 +39,7 @@ + include protocol PContent; + include protocol PBrowser; +-include "nspr/prtime.h"; ++include "prtime.h"; + include "mozilla/HalSensor.h"; + include "mozilla/HalTypes.h"; -- cgit