aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-17 11:36:35 +0400
committerDmitry Antipov2013-09-17 11:36:35 +0400
commit33b83dd70c242357e542278b9d011f2c545d1f77 (patch)
treeb387de43630aaec66bf8017b93bee96a980debc0 /src
parente36b2d20d0060c52eb33cc3895e6fbfe1d5578f1 (diff)
downloademacs-33b83dd70c242357e542278b9d011f2c545d1f77.tar.gz
emacs-33b83dd70c242357e542278b9d011f2c545d1f77.zip
* xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/xterm.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d477e3d2ae3..b4ec77780e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -28,6 +28,7 @@
28 for g_type_init. 28 for g_type_init.
29 * xterm.c (handle_one_xevent): Do not call to x_clear_area 29 * xterm.c (handle_one_xevent): Do not call to x_clear_area
30 if GTK >= 2.7.0. 30 if GTK >= 2.7.0.
31 (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.
31 32
322013-09-16 Jan Djärv <jan.h.d@swipnet.se> 332013-09-16 Jan Djärv <jan.h.d@swipnet.se>
33 34
diff --git a/src/xterm.c b/src/xterm.c
index ba588157fc0..44f0efab019 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -84,7 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
84#endif 84#endif
85#endif 85#endif
86 86
87#ifdef USE_LUCID 87#if defined (USE_LUCID) || defined (USE_MOTIF)
88#include "../lwlib/xlwmenu.h" 88#include "../lwlib/xlwmenu.h"
89#endif 89#endif
90 90