diff options
author | James Cloos <cloos@jhcloos.com> | 2008-07-19 18:21:37 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-07-19 18:21:37 -0400 |
commit | 92b0a04ffd630a89705fc73d587182a62c34cd84 (patch) | |
tree | e2633975660d1df0dfe71b31e289d4bf6b41d4fd /hw/xfree86/utils | |
parent | 0b45ba488d8a3e901b83e445d17e7e9a67047b6c (diff) |
Fix compile failure
This fixes a compile failure by ensuring that mouse-cfg.c
can see the MTYPE_ constants.
Diffstat (limited to 'hw/xfree86/utils')
-rw-r--r-- | hw/xfree86/utils/xorgcfg/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/utils/xorgcfg/config.h b/hw/xfree86/utils/xorgcfg/config.h index ea12e8879..ddbb05514 100644 --- a/hw/xfree86/utils/xorgcfg/config.h +++ b/hw/xfree86/utils/xorgcfg/config.h @@ -74,6 +74,7 @@ #include <X11/extensions/XKBfile.h> #include <X11/extensions/XKBui.h> #include <X11/extensions/XKBrules.h> +#include <X11/extensions/xf86misc.h> #ifndef _xf86cfg_config_h #define _xf86cfg_config_h |