diff options
Diffstat (limited to 'hw/xnest/Window.c')
-rw-r--r-- | hw/xnest/Window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Window.c b/hw/xnest/Window.c index a8d65fb7c..6d2fccc31 100644 --- a/hw/xnest/Window.c +++ b/hw/xnest/Window.c @@ -14,8 +14,8 @@ is" without express or implied warranty. */ /* $XFree86: xc/programs/Xserver/hw/xnest/Window.c,v 3.7 2001/10/28 03:34:11 tsi Exp $ */ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "gcstruct.h" #include "window.h" #include "windowstr.h" |