aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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