Fix compile failure

This fixes a compile failure by ensuring that mouse-cfg.c
can see the MTYPE_ constants.
This commit is contained in:
James Cloos 2008-07-19 18:21:37 -04:00
parent 0b45ba488d
commit 92b0a04ffd

View File

@ -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