diff options
Diffstat (limited to 'hw/xnest/Events.c')
-rw-r--r-- | hw/xnest/Events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c index 69a3c208f..a580c4ce2 100644 --- a/hw/xnest/Events.c +++ b/hw/xnest/Events.c @@ -14,9 +14,9 @@ is" without express or implied warranty. */ /* $XFree86: xc/programs/Xserver/hw/xnest/Events.c,v 1.2 2001/08/01 00:44:57 tsi Exp $ */ -#include "X.h" +#include <X11/X.h> #define NEED_EVENTS -#include "Xproto.h" +#include <X11/Xproto.h> #include "screenint.h" #include "input.h" #include "misc.h" |