Make sure XINPUT is defined.

This commit is contained in:
David Reveman 2008-06-10 15:47:15 -04:00
parent 0fee283a5f
commit 7518acc1e4

View file

@ -49,6 +49,10 @@ SOFTWARE.
#include <dix-config.h>
#endif
#ifndef XINPUT
#define XINPUT
#endif
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif