diff options
Diffstat (limited to 'hw/xnest/Init.c')
-rw-r--r-- | hw/xnest/Init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 0133ded35..3fac15e63 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -14,8 +14,8 @@ is" without express or implied warranty. */ /* $XFree86: xc/programs/Xserver/hw/xnest/Init.c,v 3.24 2003/01/15 02:34:14 torrey Exp $ */ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "screenint.h" #include "input.h" #include "misc.h" |