diff options
Diffstat (limited to 'Xext/xtest.c')
-rw-r--r-- | Xext/xtest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xtest.c b/Xext/xtest.c index 965f0845b..413437192 100644 --- a/Xext/xtest.c +++ b/Xext/xtest.c @@ -36,8 +36,8 @@ from The Open Group. #include <X11/X.h> #define NEED_EVENTS #include <X11/Xproto.h> -#include <X11/misc.h> -#include <X11/os.h> +#include "misc.h" +#include "os.h" #include "dixstruct.h" #include "extnsionst.h" #include "windowstr.h" |