blob: 6c493d940fe701a5cc90959fdf2f2e4d8bd9f5fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- toolkit/xre/nsEmbedFunctions.cpp~
+++ toolkit/xre/nsEmbedFunctions.cpp
@@ -36,6 +36,7 @@
* ***** END LICENSE BLOCK ***** */
#if defined(MOZ_WIDGET_QT)
+#include <unistd.h>
#include "nsQAppInstance.h"
#endif
|