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/winmsg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/xwin/winmsg.c') diff --git a/hw/xwin/winmsg.c b/hw/xwin/winmsg.c index 8b62d861d..53974101e 100644 --- a/hw/xwin/winmsg.c +++ b/hw/xwin/winmsg.c @@ -29,6 +29,9 @@ */ /* $XFree86$ */ +#ifdef HAVE_XWIN_CONFIG_H +#include +#endif #include "win.h" #include "winmsg.h" #if CYGDEBUG -- cgit v1.2.3