diff options
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 | ||