summaryrefslogtreecommitdiffstats
path: root/xpfe/appshell/nsWebShellWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpfe/appshell/nsWebShellWindow.cpp')
-rw-r--r--xpfe/appshell/nsWebShellWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpfe/appshell/nsWebShellWindow.cpp b/xpfe/appshell/nsWebShellWindow.cpp
index f703be728..2893e7868 100644
--- a/xpfe/appshell/nsWebShellWindow.cpp
+++ b/xpfe/appshell/nsWebShellWindow.cpp
@@ -73,7 +73,7 @@
#include "nsPIWindowRoot.h"
-#ifdef XP_MACOSX
+#if defined(XP_MACOSX) || defined(MOZ_WIDGET_GTK)
#include "nsINativeMenuService.h"
#define USE_NATIVE_MENUS
#endif