From 508cdb5cb01a91b1bf3ef31da80b6b1d36286bf0 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Mon, 4 Jul 2005 22:10:43 +0000 Subject: Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes handling Warning fixes --- hw/xwin/winwindow.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/xwin/winwindow.c') diff --git a/hw/xwin/winwindow.c b/hw/xwin/winwindow.c index 8d3d6e525..be160196a 100644 --- a/hw/xwin/winwindow.c +++ b/hw/xwin/winwindow.c @@ -30,6 +30,9 @@ */ /* $XFree86: xc/programs/Xserver/hw/xwin/winwindow.c,v 1.9 2003/11/10 18:22:44 tsi Exp $ */ +#ifdef HAVE_XWIN_CONFIG_H +#include +#endif #include "win.h" -- cgit v1.2.3