diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-09-07 15:43:31 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-09-07 15:43:31 +0300 |
commit | 5e9d33fe87f9d24e55c468d4b2bb761c9efdb26a (patch) | |
tree | 488dc54f63535d012f71d5ea1fe70fc7a8c0e60d /mi | |
parent | 629798c73ad76a77fa6a55bc6403fd9b95ade2bb (diff) | |
parent | 64479fffa22581cc7d753065c33eda5520b7db9a (diff) |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
Diffstat (limited to 'mi')
-rw-r--r-- | mi/mieq.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ in this Software without prior written authorization from The Open Group. * */ +#if HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + # define NEED_EVENTS # include <X11/X.h> # include <X11/Xmd.h> |