diff src/window.c @ 21825:697991d2a2c4

Conditionally include xterm.h using HAVE_X_WINDOWS.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 29 Apr 1998 04:34:05 +0000
parents b7df83bf15ff
children 840db1d2d15c
line wrap: on
line diff
--- a/src/window.c	Wed Apr 29 04:31:59 1998 +0000
+++ b/src/window.c	Wed Apr 29 04:34:05 1998 +0000
@@ -31,7 +31,7 @@
 #include "keyboard.h"
 #include "blockinput.h"
 #include "dispextern.h"
-#ifdef HAVE_WINDOW_SYSTEM
+#ifdef HAVE_X_WINDOWS
 #include "xterm.h"
 #endif