]> git.eshelyaron.com Git - emacs.git/commitdiff
Attempt to fix broken compilation on several systems due to menu.h.
authorEli Zaretskii <eliz@gnu.org>
Tue, 8 Oct 2013 19:06:40 +0000 (22:06 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 8 Oct 2013 19:06:40 +0000 (22:06 +0300)
 src/term.c: Include "../lwlib/lwlib.h" before including menu.h.

src/term.c

index 44a83b6a4c89ef7fd5c5c495a07e38fd2f3e0d1b..6d53664949e58568598fb2b779e64c56fad2c7e6 100644 (file)
@@ -51,6 +51,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 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"