diff options
Diffstat (limited to 'hw/xnest/Xnest.h')
-rw-r--r-- | hw/xnest/Xnest.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/xnest/Xnest.h b/hw/xnest/Xnest.h index 5ced40e28..64b09de7e 100644 --- a/hw/xnest/Xnest.h +++ b/hw/xnest/Xnest.h @@ -28,6 +28,7 @@ other dealings in this Software without prior written authorization from the X Consortium. */ +/* $XFree86: xc/programs/Xserver/hw/xnest/Xnest.h,v 1.3 2001/08/28 16:48:08 tsi Exp $ */ /* ** Machines with a 64 bit library interface and a 32 bit server require @@ -65,8 +66,8 @@ typedef XID KeySym64; #endif /*_XSERVER64*/ #define GC XlibGC -#include "Xlib.h" -#include "Xutil.h" +#include <X11/Xlib.h> +#include <X11/Xutil.h> #include <X11/extensions/shape.h> #undef GC |