diff src/window.h @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 558f606b08ae
children bbff43aa5eb7
line wrap: on
line diff
--- a/src/window.h	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/window.h	Mon Aug 13 11:07:10 2007 +0200
@@ -28,7 +28,9 @@
 #define _XEMACS_WINDOW_H_
 
 #include "redisplay.h"
+#ifdef HAVE_SCROLLBARS
 #include "scrollbar.h"
+#endif
 
 /* All windows in use are arranged into a tree, with pointers up and down.