diff options
Diffstat (limited to 'mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp')
-rw-r--r-- | mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp b/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp new file mode 100644 index 000000000000..d8b82936a718 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp @@ -0,0 +1,10 @@ +--- 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" |