diff options
Diffstat (limited to 'hw/kdrive/vxworks/vxmouse.c')
-rw-r--r-- | hw/kdrive/vxworks/vxmouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/vxworks/vxmouse.c b/hw/kdrive/vxworks/vxmouse.c index 217ddd12e..ad6e2c03d 100644 --- a/hw/kdrive/vxworks/vxmouse.c +++ b/hw/kdrive/vxworks/vxmouse.c @@ -7,8 +7,8 @@ */ #define NEED_EVENTS -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "inputstr.h" #include "scrnintstr.h" #include "kdrive.h" |