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