Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1ee4bd1
Commit
b1ee4bd1
authored
Apr 27, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
parent
d68cc14c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fns.c
src/fns.c
+1
-1
No files found.
src/fns.c
View file @
b1ee4bd1
...
...
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
#include "intervals.h"
#include "frame.h"
#include "window.h"
#ifdef
HAVE_MENUS
#if
def
ined (
HAVE_MENUS
) && defined (HAVE_WINDOW_SYSTEM)
#include "xterm.h"
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment