diff options
Diffstat (limited to 'mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp')
-rw-r--r-- | mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp b/mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp new file mode 100644 index 000000000000..341a9f7562e7 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-toolkit-xre-nsEmbedFunctions.cpp @@ -0,0 +1,10 @@ +--- mozilla/toolkit/xre/nsEmbedFunctions.cpp~ ++++ mozilla/toolkit/xre/nsEmbedFunctions.cpp +@@ -36,6 +36,7 @@ + * ***** END LICENSE BLOCK ***** */ + + #if defined(MOZ_WIDGET_QT) ++#include <unistd.h> + #include "nsQAppInstance.h" + #endif + |