diff options
Diffstat (limited to 'xkb/ddxVT.c')
-rw-r--r-- | xkb/ddxVT.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xkb/ddxVT.c b/xkb/ddxVT.c index bbd0d1ac1..aa8cba00b 100644 --- a/xkb/ddxVT.c +++ b/xkb/ddxVT.c @@ -34,8 +34,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "inputstr.h" #include "scrnintstr.h" #include "windowstr.h" -#include "XKBsrv.h" -#include "XI.h" +#include <X11/extensions/XKBsrv.h> +#include <X11/extensions/XI.h> #ifdef XF86DDXACTIONS #include "xf86.h" |