diff options
Diffstat (limited to 'hw/xwin/wingetsp.c')
-rw-r--r-- | hw/xwin/wingetsp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/wingetsp.c b/hw/xwin/wingetsp.c index 79dc5eb53..ec9d51a17 100644 --- a/hw/xwin/wingetsp.c +++ b/hw/xwin/wingetsp.c @@ -30,6 +30,9 @@ */ /* $XFree86: xc/programs/Xserver/hw/xwin/wingetsp.c,v 1.7 2001/11/01 12:19:40 alanh Exp $ */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include "win.h" /* See Porting Layer Definition - p. 55 */ |