diff options
author | David Reveman <davidr@novell.com> | 2008-10-20 16:32:04 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2008-10-30 03:37:53 -0400 |
commit | 14ddc4dc2f70e1f4827e43f689ba8348f46327da (patch) | |
tree | c2e6b8d643572fb94afd8fe1ffb582cb40290414 | |
parent | e6d24e28de3e6cae24506abc066a2125ab8e384c (diff) |
Include Xmd.h.
-rw-r--r-- | hw/dmx/examples/xinput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dmx/examples/xinput.c b/hw/dmx/examples/xinput.c index c930e179d..663270121 100644 --- a/hw/dmx/examples/xinput.c +++ b/hw/dmx/examples/xinput.c @@ -34,6 +34,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <X11/Xmd.h> #include <X11/Xlib.h> #include <X11/XKBlib.h> #include <X11/extensions/XInput.h> |