blob: 603e9c53c76a921845181ecc9aec09ad29ac49b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- widget/src/qt/nsSound.cpp~
+++ widget/src/qt/nsSound.cpp
@@ -40,6 +40,7 @@
#include <QSound>
#include <string.h>
+#include <unistd.h>
#include "nscore.h"
#include "plstr.h"
|