diff options
author | Julien Cristau <jcristau@debian.org> | 2008-03-07 23:24:06 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-03-07 23:26:56 +0100 |
commit | 911f0c147699d3b8d97491be2ef6d2e4a6682a0b (patch) | |
tree | 81e923d8fdaf392c3bf6fb232abc9624fcb2304b /hw/dmx | |
parent | 9abaad115cb6245b12b2adb3552ace99b634ab4a (diff) |
Programs in hw/dmx/examples/ want client-side xkb headers.
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/examples/xinput.c | 2 | ||||
-rw-r--r-- | hw/dmx/examples/xled.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/examples/xinput.c b/hw/dmx/examples/xinput.c index b6753e4ec..74353a93b 100644 --- a/hw/dmx/examples/xinput.c +++ b/hw/dmx/examples/xinput.c @@ -38,7 +38,7 @@ #include <X11/XKBlib.h> #include <X11/extensions/XInput.h> #include <X11/extensions/XKB.h> -#include "xkbstr.h" +#include <X11/extensions/XKBstr.h> #include <X11/extensions/dmxext.h> #include <sys/time.h> diff --git a/hw/dmx/examples/xled.c b/hw/dmx/examples/xled.c index 322dda2f3..270f80511 100644 --- a/hw/dmx/examples/xled.c +++ b/hw/dmx/examples/xled.c @@ -37,7 +37,7 @@ #include <X11/Xlib.h> #include <X11/XKBlib.h> #include <X11/extensions/XKB.h> -#include "xkbstr.h" +#include <X11/extensions/XKBstr.h> #include <sys/time.h> int main(int argc, char **argv) |