diff options
Diffstat (limited to 'hw/xnest/Cursor.c')
-rw-r--r-- | hw/xnest/Cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Cursor.c b/hw/xnest/Cursor.c index 8ba943e91..cea8b60d0 100644 --- a/hw/xnest/Cursor.c +++ b/hw/xnest/Cursor.c @@ -18,7 +18,7 @@ is" without express or implied warranty. #include <X11/Xproto.h> #include "screenint.h" #include "input.h" -#include <X11/misc.h> +#include "misc.h" #include "cursor.h" #include "cursorstr.h" #include "scrnintstr.h" |