diff options
Diffstat (limited to 'hw/xwin/winwin32rootless.c')
-rwxr-xr-x | hw/xwin/winwin32rootless.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winwin32rootless.c b/hw/xwin/winwin32rootless.c index 1fa77b208..832e36d44 100755 --- a/hw/xwin/winwin32rootless.c +++ b/hw/xwin/winwin32rootless.c @@ -32,6 +32,9 @@ /* * Look at hw/darwin/quartz/xpr/xprFrame.c and hw/darwin/quartz/cr/crFrame.c */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include "win.h" #include <winuser.h> #define _WINDOWSWM_SERVER_ |