blob: d8b82936a718cb62cef15dc1e22e07e08ac0b705 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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"
|