diff options
Diffstat (limited to 'hw/xwin/winkeyhook.c')
-rwxr-xr-x | hw/xwin/winkeyhook.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winkeyhook.c b/hw/xwin/winkeyhook.c index cd54af23b..53d91e6ee 100755 --- a/hw/xwin/winkeyhook.c +++ b/hw/xwin/winkeyhook.c @@ -28,6 +28,9 @@ * Authors: Harold L Hunt II */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include "win.h" |