diff options
Diffstat (limited to 'www/firefox/files/patch-widget-qt-nsWindow.cpp')
-rw-r--r-- | www/firefox/files/patch-widget-qt-nsWindow.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox/files/patch-widget-qt-nsWindow.cpp b/www/firefox/files/patch-widget-qt-nsWindow.cpp new file mode 100644 index 000000000000..ba15e5c2a895 --- /dev/null +++ b/www/firefox/files/patch-widget-qt-nsWindow.cpp @@ -0,0 +1,10 @@ +--- widget/qt/nsWindow.cpp~ ++++ widget/qt/nsWindow.cpp +@@ -43,6 +43,7 @@ using namespace QtMobility; + + #ifdef MOZ_X11 + #include <X11/Xlib.h> ++#include "mozilla/X11Util.h" + #endif //MOZ_X11 + + #include "nsXULAppAPI.h" |