diff options
Diffstat (limited to 'hw/xnest/Pointer.c')
-rw-r--r-- | hw/xnest/Pointer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Pointer.c b/hw/xnest/Pointer.c index 853a48955..abd258d6c 100644 --- a/hw/xnest/Pointer.c +++ b/hw/xnest/Pointer.c @@ -14,8 +14,8 @@ is" without express or implied warranty. */ /* $XFree86$ */ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "screenint.h" #include "inputstr.h" #include "input.h" |