diff options
Diffstat (limited to 'hw/xwin/winwin32rootlesswndproc.c')
-rwxr-xr-x | hw/xwin/winwin32rootlesswndproc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winwin32rootlesswndproc.c b/hw/xwin/winwin32rootlesswndproc.c index 4a59aef8c..ffa84938f 100755 --- a/hw/xwin/winwin32rootlesswndproc.c +++ b/hw/xwin/winwin32rootlesswndproc.c @@ -29,6 +29,9 @@ * Earle F. Philhower, III * Harold L Hunt II */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include "win.h" #include <winuser.h> #define _WINDOWSWM_SERVER_ |