From 5c438e3fb2d98f6aa36b58610ed9d871a41cf6f1 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 24 Sep 2001 22:02:28 +0000 Subject: bugfix: cursor (works now without xcursor encoding) --- include/Xserver/os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Xserver/os.h b/include/Xserver/os.h index abeac7e..1af252d 100755 --- a/include/Xserver/os.h +++ b/include/Xserver/os.h @@ -51,10 +51,10 @@ SOFTWARE. #ifndef OS_H #define OS_H -#include "misc.h" +#include "Xserver/misc.h" #define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size)) #define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr)) -#include "Xalloca.h" +#include "X11/Xalloca.h" #define NullFID ((FID) 0) -- cgit v1.2.1