diff options
Diffstat (limited to 'hw/xwin/winpriv.c')
-rw-r--r-- | hw/xwin/winpriv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winpriv.c b/hw/xwin/winpriv.c index 20b0840f8..29221cf2b 100644 --- a/hw/xwin/winpriv.c +++ b/hw/xwin/winpriv.c @@ -4,6 +4,9 @@ * Authors: Alexander Gottwald */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include "win.h" #include "winpriv.h" #include "winwindow.h" |