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/winwndproc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/xwin/winwndproc.c') diff --git a/hw/xwin/winwndproc.c b/hw/xwin/winwndproc.c index 771de0cb6..5d9fe14c9 100644 --- a/hw/xwin/winwndproc.c +++ b/hw/xwin/winwndproc.c @@ -33,6 +33,9 @@ */ /* $XFree86: xc/programs/Xserver/hw/xwin/winwndproc.c,v 1.23 2002/10/17 08:18:25 alanh Exp $ */ +#ifdef HAVE_XWIN_CONFIG_H +#include +#endif #include "win.h" #include #include "winprefs.h" -- cgit v1.2.3