From 92b0a04ffd630a89705fc73d587182a62c34cd84 Mon Sep 17 00:00:00 2001 From: James Cloos Date: Sat, 19 Jul 2008 18:21:37 -0400 Subject: [PATCH] Fix compile failure This fixes a compile failure by ensuring that mouse-cfg.c can see the MTYPE_ constants. --- hw/xfree86/utils/xorgcfg/config.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #ifndef _xf86cfg_config_h #define _xf86cfg_config_h