diff options
Diffstat (limited to 'mail/thunderbird-esr/files/patch-bug783463')
-rw-r--r-- | mail/thunderbird-esr/files/patch-bug783463 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-bug783463 b/mail/thunderbird-esr/files/patch-bug783463 new file mode 100644 index 000000000000..64c28f6ceede --- /dev/null +++ b/mail/thunderbird-esr/files/patch-bug783463 @@ -0,0 +1,20 @@ +--- mozilla/widget/src/qt/nsNativeThemeQt.cpp~ ++++ mozilla/widget/src/qt/nsNativeThemeQt.cpp +@@ -25,7 +25,6 @@ + #include "nsThemeConstants.h" + #include "nsIServiceManager.h" + #include "nsIDOMHTMLInputElement.h" +-#include <malloc.h> + + + #include "gfxASurface.h" +--- mozilla/widget/src/qt/nsSound.cpp~ ++++ mozilla/widget/src/qt/nsSound.cpp +@@ -40,6 +40,7 @@ + #include <QSound> + + #include <string.h> ++#include <unistd.h> + + #include "nscore.h" + #include "plstr.h" |