diff options
Diffstat (limited to 'hw/xwin/winprefsyacc.y')
-rw-r--r-- | hw/xwin/winprefsyacc.y | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winprefsyacc.y b/hw/xwin/winprefsyacc.y index debfe0c01..2a54ff28f 100644 --- a/hw/xwin/winprefsyacc.y +++ b/hw/xwin/winprefsyacc.y @@ -30,6 +30,9 @@ */ /* $XFree86: $ */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |