emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114584: Attempt to fix broken compilation on severa


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r114584: Attempt to fix broken compilation on several systems due to menu.h.
Date: Tue, 08 Oct 2013 19:07:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114584
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-08 22:06:40 +0300
message:
  Attempt to fix broken compilation on several systems due to menu.h.
  
   src/term.c: Include "../lwlib/lwlib.h" before including menu.h.
modified:
  src/term.c                     term.c-20091113204419-o5vbwnq5f7feedwu-220
=== modified file 'src/term.c'
--- a/src/term.c        2013-10-08 17:49:20 +0000
+++ b/src/term.c        2013-10-08 19:06:40 +0000
@@ -51,6 +51,10 @@
 static int been_here = -1;
 #endif
 
+#ifdef USE_X_TOOLKIT
+#include "../lwlib/lwlib.h"
+#endif
+
 #include "cm.h"
 #ifdef HAVE_X_WINDOWS
 #include "xterm.h"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]