diff options
| author | Geoff Voelker | 1998-04-29 04:34:05 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-04-29 04:34:05 +0000 |
| commit | 6d55d620a61d672067cdcd5880968606f9d9cf27 (patch) | |
| tree | 50bf2a9107d24c36eb73b868489fb6d43dbe23b4 /src/window.c | |
| parent | 051024111a5e938d5f502b780668b1aaf7dd2f7f (diff) | |
| download | emacs-6d55d620a61d672067cdcd5880968606f9d9cf27.tar.gz emacs-6d55d620a61d672067cdcd5880968606f9d9cf27.zip | |
Conditionally include xterm.h using HAVE_X_WINDOWS.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 1f4815eba3e..e4ba54a4c68 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 31 | #include "keyboard.h" | 31 | #include "keyboard.h" |
| 32 | #include "blockinput.h" | 32 | #include "blockinput.h" |
| 33 | #include "dispextern.h" | 33 | #include "dispextern.h" |
| 34 | #ifdef HAVE_WINDOW_SYSTEM | 34 | #ifdef HAVE_X_WINDOWS |
| 35 | #include "xterm.h" | 35 | #include "xterm.h" |
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||