diff options
Diffstat (limited to 'www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp')
-rw-r--r-- | www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp b/www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp new file mode 100644 index 000000000000..5a2826f3a41d --- /dev/null +++ b/www/firefox-esr/files/patch-dom-ipc-ContentChild.cpp @@ -0,0 +1,10 @@ +--- dom/ipc/ContentChild.cpp~ ++++ dom/ipc/ContentChild.cpp +@@ -42,6 +42,7 @@ + #endif + + #ifdef MOZ_WIDGET_QT ++#include <unistd.h> + #include "nsQAppInstance.h" + #endif + |