diff options
Diffstat (limited to 'hw/xwin/winmultiwindowclass.c')
-rwxr-xr-x | hw/xwin/winmultiwindowclass.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winmultiwindowclass.c b/hw/xwin/winmultiwindowclass.c index 96dc26f0e..d8909f0e5 100755 --- a/hw/xwin/winmultiwindowclass.c +++ b/hw/xwin/winmultiwindowclass.c @@ -29,6 +29,9 @@ */ /* $XFree86$ */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include <X11/Xatom.h> #include "propertyst.h" #include "windowstr.h" |