diff options
Diffstat (limited to 'hw/xfree86/os-support/bsd/bsd_KbdMap.c')
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_KbdMap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/bsd/bsd_KbdMap.c b/hw/xfree86/os-support/bsd/bsd_KbdMap.c index 542eb2630..fcff3d6e7 100644 --- a/hw/xfree86/os-support/bsd/bsd_KbdMap.c +++ b/hw/xfree86/os-support/bsd/bsd_KbdMap.c @@ -8,8 +8,8 @@ * and from xf86KbdCODrv.c by Holger Veit */ -#include "X.h" -#include "Xmd.h" +#include <X11/X.h> +#include <X11/Xmd.h> #include "input.h" #include "scrnintstr.h" |