diff options
Diffstat (limited to 'www/seamonkey/files/patch-mozilla-widget-qt-nsSound.cpp')
-rw-r--r-- | www/seamonkey/files/patch-mozilla-widget-qt-nsSound.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-mozilla-widget-qt-nsSound.cpp b/www/seamonkey/files/patch-mozilla-widget-qt-nsSound.cpp new file mode 100644 index 000000000000..601b917a3347 --- /dev/null +++ b/www/seamonkey/files/patch-mozilla-widget-qt-nsSound.cpp @@ -0,0 +1,10 @@ +--- mozilla/widget/qt/nsSound.cpp~ ++++ mozilla/widget/qt/nsSound.cpp +@@ -40,6 +40,7 @@ + #include <QSound> + + #include <string.h> ++#include <unistd.h> + + #include "nscore.h" + #include "plstr.h" |