diff options
Diffstat (limited to 'hw/xwin/winprefs.c')
-rw-r--r-- | hw/xwin/winprefs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xwin/winprefs.c b/hw/xwin/winprefs.c index 35a1a9fa5..bbe04bd7b 100644 --- a/hw/xwin/winprefs.c +++ b/hw/xwin/winprefs.c @@ -29,6 +29,9 @@ */ /* $XFree86: $ */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include <stdio.h> #include <stdlib.h> #ifdef __CYGWIN__ @@ -36,7 +39,7 @@ #endif #include "win.h" -#include <Xwindows.h> +#include <X11/Xwindows.h> #include <shellapi.h> #include "winprefs.h" |