blob: 3fc0e4cf50472c9917695d14d933d1b0917e8054 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- mozilla/dom/ipc/ContentChild.cpp~
+++ mozilla/dom/ipc/ContentChild.cpp
@@ -42,6 +42,7 @@
#endif
#ifdef MOZ_WIDGET_QT
+#include <unistd.h>
#include "nsQAppInstance.h"
#endif
|